summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
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;