enable auto-linking to next lesson with 'next-page-link' css class

Change-Id: I9f4068a4b0921eee28eee3258b72e5f3ad48a64d
This commit is contained in:
Scott Main 2013-10-07 14:17:55 -07:00
parent 40de323797
commit 25c89dda9f
1 changed files with 5 additions and 1 deletions

View File

@ -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;
}