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

* commit 'd19a1ff4b2c4a3c7d76ea94702776e8b2087d705':
  enable auto-linking to next lesson with 'next-page-link' css class
This commit is contained in:
Scott Main 2013-10-14 13:17:46 -07:00 committed by Android Git Automerger
commit a3362a7f67

View file

@ -472,6 +472,10 @@ video.with-shadow {
height: 10px; height: 10px;
display: inline-block; display: inline-block;
margin-left: 5px; } margin-left: 5px; }
.prev-page-link.inline:before {
content: none; }
.next-page-link.inline:after {
content: none; }
.training-nav-top a { .training-nav-top a {
@ -2656,7 +2660,7 @@ table.blank th, table.blank td {
font-size: 11.5px; font-size: 11.5px;
} }
.nolist { .nolist, .nolist ul, .nolist ol {
list-style:none; list-style:none;
margin-left:0; margin-left:0;
} }