diff options
author | PhilipWitte <witte2008@gmail.com> | 2015-02-13 13:25:57 -0800 |
---|---|---|
committer | PhilipWitte <witte2008@gmail.com> | 2015-02-13 13:25:57 -0800 |
commit | f1aa0a745eb6ebd79e231ac2a8bd95b5054eed5a (patch) | |
tree | ae3dd33902006a829489e7f120ea0101512ed57d /web/assets | |
parent | 0488001402fed7f3cfe235934ea553a2aaf0d0d5 (diff) | |
download | Nim-f1aa0a745eb6ebd79e231ac2a8bd95b5054eed5a.tar.gz |
Revert docs & learn pages to RTF again
Diffstat (limited to 'web/assets')
-rw-r--r-- | web/assets/style.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/web/assets/style.css b/web/assets/style.css index 5e2115ef1..04e7a1769 100644 --- a/web/assets/style.css +++ b/web/assets/style.css @@ -518,15 +518,15 @@ pre .end { background:url("images/tabEnd.png") no-repeat left bottom; } .standout h2 { margin-bottom:10px; padding-bottom:10px; border-bottom:1px dashed rgba(0,0,0,.8); } .standout li { margin:0 !important; padding-top:10px; border-top:1px dashed rgba(0,0,0,.2); } .standout ul { padding-bottom:5px; } - .standout ul.tools { list-style:url("images/docs-tools.png"); } - .standout ul.libraries { list-style:url("images/docs-libraries.png"); } - .standout ul.internals { list-style:url("images/docs-internals.png"); } - .standout ul.tutorials { list-style:url("images/docs-tutorials.png"); } - .standout ul.examples { list-style:url("images/docs-examples.png"); } - .standout ul.articles { list-style:url("images/docs-articles.png"); } + .standout .tools ul { list-style:url("images/docs-tools.png"); } + .standout .libraries ul { list-style:url("images/docs-libraries.png"); } + .standout .internals ul { list-style:url("images/docs-internals.png"); } + .standout .tutorials ul { list-style:url("images/docs-tutorials.png"); } + .standout .examples ul { list-style:url("images/docs-examples.png"); } + .standout .articles ul { list-style:url("images/docs-articles.png"); } .standout li:first-child { padding-top:0; border-top:none; } .standout li p { margin:0 0 10px 0 !important; line-height:130%; } - .standout li > a { font-weight:bold; } + .standout li p > a { font-weight:bold; } .forum-user-info, .forum-user-info * { cursor:help } |