commit | 25c89dda9f416466f28f2fb2341d272ace709199 | [log] [tgz] |
---|---|---|
author | Scott Main <smain@google.com> | Mon Oct 07 14:17:55 2013 -0700 |
committer | Scott Main <smain@google.com> | Mon Oct 14 13:07:55 2013 -0700 |
tree | b06b135182e54f03cca7e0c9d00e0201b3cea0f6 | |
parent | 40de323797294ae4c6f41c958df9ef81cfa33ecb [diff] [blame] |
enable auto-linking to next lesson with 'next-page-link' css class Change-Id: I9f4068a4b0921eee28eee3258b72e5f3ad48a64d
diff --git a/tools/droiddoc/templates-sdk/assets/css/default.css b/tools/droiddoc/templates-sdk/assets/css/default.css index 0120144..dbc8410 100644 --- a/tools/droiddoc/templates-sdk/assets/css/default.css +++ b/tools/droiddoc/templates-sdk/assets/css/default.css
@@ -472,6 +472,10 @@ 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 @@ font-size: 11.5px; } -.nolist { +.nolist, .nolist ul, .nolist ol { list-style:none; margin-left:0; }