add style for stand-alone back link with left arrow

Change-Id: Ia9219e3e77ef23c6bf6374244c57c4c7e8d1f386
This commit is contained in:
smain@google.com
2014-06-25 15:12:52 -07:00
parent bb9ecf420f
commit 5771ee3c41

View File

@@ -461,6 +461,11 @@ video.with-shadow {
float:right;
}
a.back-link {
text-decoration: none;
text-transform: uppercase;
}
.paging-links {
position: relative;
height:30px; }
@@ -472,7 +477,8 @@ video.with-shadow {
text-decoration: none;
text-transform: uppercase; }
.paging-links .prev-page-link:before,
.training-nav-top .prev-page-link:before {
.training-nav-top .prev-page-link:before,
a.back-link:before {
content: '';
background: transparent url(../images/styles/disclosure_left.png) no-repeat scroll 50% 50%;
width: 10px;