Commit: fa44e63a474aeba74dd1708314aa07e73aedd4ea

Author: David Persson | Date: 2010-01-21 21:54:07 +0100
Updating CSS, making it more portable.
diff --git a/webroot/css/li3_docs.css b/webroot/css/li3_docs.css index 9a7c5fa..3232b72 100644 --- a/webroot/css/li3_docs.css +++ b/webroot/css/li3_docs.css @@ -27,10 +27,58 @@ font-style: oblique; margin-right: 10px; } + +ul.libraries, ul.children, ul.subclasses, ul.properties, ul.methods, ul.parameters, ul.related { + margin: 0; + list-style: none; + padding: 0; +} +.libraries > li { + background: url("../img/icons/silk/package_green.png") no-repeat center left; + padding: .25em 0 .25em 26px; +} +.children > li, .subclasses > li { + background: url("../img/icons/silk/package.png") no-repeat 0 6px; + padding: .25em 0 .25em 26px; +} +.children > li.class { + background: url("../img/icons/silk/brick.png") no-repeat 0 6px; +} +.properties > li { + background: url("../img/icons/silk/cog.png") no-repeat 0 6px; + padding: .25em 0 .25em 26px; +} +.methods > li { + background: url("../img/icons/silk/wrench.png") no-repeat 0 6px; + padding: .25em 0 .25em 26px; +} +.parameters > li { + background: url("../img/icons/silk/cog_go.png") no-repeat 0 6px; + padding: .25em 0 .25em 26px; +} .parameters ul { margin-left: 1em; } .parameters ul p { margin: 0; } - +.related > li { + background: url("../img/icons/silk/brick_add.png") no-repeat 0 6px; + padding: .25em 0 .25em 26px; +} +.nav.namespace { + background: url("../img/icons/silk/package_green.png") no-repeat center left; + padding: .25em 0 .25em 26px; +} +.nav.class { + background: url("../img/icons/silk/package.png") no-repeat center left; + padding: .25em 0 .25em 26px; +} +.nav.method { + background: url("../img/icons/silk/wrench.png") no-repeat center left; + padding: .25em 0 .25em 26px; +} +span.parent { + background: url("../img/icons/silk/brick_link.png") no-repeat center left; + padding: .25em 0 .25em 26px; +}