summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2013-06-14 15:20:25 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2013-06-14 15:20:25 +0200
commit77fcaf37692e5a7845e83d7cc437764d4dce4417 (patch)
treee09529d61b235bf4d29b93ebf029520f2b57723e /style.css
parent0063a92c9f04b9b2d9ded8d05448bf2bf877bc57 (diff)
style.css: simplify style a bit
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat (limited to 'style.css')
-rw-r--r--style.css24
1 files 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;