summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
Diffstat (limited to 'local.css')
-rw-r--r--local.css38
1 files changed, 21 insertions, 17 deletions
diff --git a/local.css b/local.css
index bf6d4607..3d3017fa 100644
--- a/local.css
+++ b/local.css
@@ -115,24 +115,38 @@ FORM#searchform {
position: absolute;
top: 5px;
}
+
+DIV#wrapper {
+ float: right;
+ width: 100%;
+}
+
+DIV#content {
+/ margin: 3em 0 6em 20%;
+/ padding-top: 0;
+ max-width: 50em;
+}
+
DIV#sidebar {
float: left;
- margin-top: 6em;
- margin-left: -100%;
- width: 15%;
- padding: 0 0 0 1em;
- color: #06c;
- text-transform: none;
- font-weight: bold;
+/ margin-top: 6em;
+/ margin-left: -100%;
+ width: 28,9%;
+ padding: 0 0 0 1%;
}
+
DIV#sidebar UL {
margin: 0px;
padding: 0px;
+ text-transform: none;
+ font-weight: bold;
}
+
DIV#sidebar UL LI {
line-height: 2;
list-style-type: none;
}
+
DIV#sidebar UL LI SPAN.selflink {
color: #06c;
}
@@ -150,16 +164,6 @@ DIV#sidebar A:hover {
color: #06c;
}
-DIV#wrapper {
- float: left;
- width: 100%;
-}
-
-DIV#content {
- margin: 3em 0 6em 20%;
- padding-top: 0;
- max-width: 50em;
-}
DIV.notebox {
color: #9cf !important;