Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bd7b23e4 authored by smain@google.com's avatar smain@google.com Committed by Android Git Automerger
Browse files

am 0858c65a: am 5771ee3c: add style for stand-alone back link with left arrow

* commit '0858c65a':
  add style for stand-alone back link with left arrow
parents 4bc81774 0858c65a
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -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;