diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2013-06-14 15:20:25 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2013-06-14 15:20:25 +0200 |
commit | 77fcaf37692e5a7845e83d7cc437764d4dce4417 (patch) | |
tree | e09529d61b235bf4d29b93ebf029520f2b57723e | |
parent | 0063a92c9f04b9b2d9ded8d05448bf2bf877bc57 (diff) |
style.css: simplify style a bit
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
-rw-r--r-- | style.css | 24 |
1 files changed, 11 insertions, 13 deletions
@@ -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; |