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

Commit 3f4fcef5 authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am 25c89dda: enable auto-linking to next lesson with \'next-page-link\' css class

* commit '25c89dda':
  enable auto-linking to next lesson with 'next-page-link' css class
parents 9e8b6c42 25c89dda
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -472,6 +472,10 @@ video.with-shadow {
      height: 10px;
      display: inline-block;
      margin-left: 5px; }
    .prev-page-link.inline:before {
      content: none; }
    .next-page-link.inline:after {
      content: none; }


  .training-nav-top a {
@@ -2656,7 +2660,7 @@ table.blank th, table.blank td {
  font-size: 11.5px; 
}

.nolist {
.nolist, .nolist ul, .nolist ol {
  list-style:none;
  margin-left:0;
}