summaryrefslogtreecommitdiff
path: root/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/css/style.css b/css/style.css
index 0b37fb7..486ef83 100644
--- a/css/style.css
+++ b/css/style.css
@@ -6,14 +6,14 @@ body {
}
/* Top-level layout */
-#side {
+.side {
float: right;
}
#main {
overflow: hidden;
}
-#body, #main, #status, #side {
+#body, #main, #status, .side {
min-height: 40px;
}
@@ -26,8 +26,8 @@ body {
font-size: smaller;
}
-#side {
- width: 650px;
+.side {
+ width: 400px;
font-size: smaller;
}