From 77fcaf37692e5a7845e83d7cc437764d4dce4417 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Fri, 14 Jun 2013 15:20:25 +0200 Subject: style.css: simplify style a bit Signed-off-by: Hiltjo Posthuma --- style.css | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/style.css b/style.css index a0edc94..178dc7a 100644 --- a/style.css +++ b/style.css @@ -5,43 +5,41 @@ body { padding: 0; margin: 0; font-family: monospace; -} -body.noframe { overflow: hidden; } body.frame { overflow: hidden; overflow-y: auto; } -#items table tr td { - white-space: nowrap; - font-size: 9pt; - padding: 1px; -} h2 { font-size: 14pt; margin: 0.5em 0; } -#sidebar a, #items a { - display: block; -} #sidebar ul, #sidebar ul li { list-style: none; padding: 0; margin: 0; } -#items h2 a, #sidebar a { - color: inherit; -} #sidebar { background-color: inherit; } #sidebar a { padding: 5px 3px 5px 10px; } +#sidebar a, #items a { + display: block; +} +#sidebar a, #items h2 a { + color: inherit; +} div#items { padding: 0 15px; } +div#items table tr td { + white-space: nowrap; + font-size: 9pt; + padding: 1px; +} body.noframe div#sidebar { position: fixed; top: 0; -- cgit v1.2.3