summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorBlanksøgård <web-bsg@coreander.jones.dk>2007-10-28 19:45:20 +0100
committerBlanksøgård <web-bsg@coreander.jones.dk>2007-10-28 19:45:20 +0100
commit8e98fea85c79998eb3d44f5b45f8fc616cffc1ff (patch)
tree90fcd036d32576e03ac4d3ba1e657cd148e56548 /local.css
parent873a1d579357103f1e70e49979aab7dfd1bf0a5d (diff)
More styling of sidebar and main content.
Diffstat (limited to 'local.css')
-rw-r--r--local.css18
1 files changed, 16 insertions, 2 deletions
diff --git a/local.css b/local.css
index 436d030..98be3d7 100644
--- a/local.css
+++ b/local.css
@@ -17,13 +17,27 @@ body {
#sidebar {
float: left;
- margin-left: inherit;
+ margin-left: 5%;
margin-right: 40px;
+ width: 25%
+}
+#sidebar ul {
+ margin:0px;
+ padding:0px;
+}
+#sidebar ul li, #sidebar ul li a {
+ color:orange;
+ line-height:2;
+ list-style-type:none;
+ text-decoration:none;
+}
+#sidebar ul li a:hover {
+ text-decoration:underline;
}
#content {
line-height: 3ex;
- width: 20ex;
+ width: 70%;
float: right;
margin-left: 40px;
margin-bottom: 40px;