commit 77fcaf37692e5a7845e83d7cc437764d4dce4417
parent 0063a92c9f04b9b2d9ded8d05448bf2bf877bc57
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 14 Jun 2013 15:20:25 +0200
style.css: simplify style a bit
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat:
1 file changed, 11 insertions(+), 13 deletions(-)
diff --git 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;