]> rtime.felk.cvut.cz Git - frsh-forb-www.git/commitdiff
Test new sidebar css
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 28 May 2010 13:50:28 +0000 (15:50 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 28 May 2010 13:50:28 +0000 (15:50 +0200)
local.css

index 5eb48f34a9e98e471b1ee0c7a102c1c007c33b25..f7c3900636117bcaa966a0d6d7648eb9f245872f 100644 (file)
--- a/local.css
+++ b/local.css
@@ -30,16 +30,16 @@ body {
   padding:0;
 }
 
+#sidebar, .pageheader {
+  margin: 0px;
+  padding: 0px;
+  background-color: #568dc1;
+  color: white;
+}
+
 .pageheader {
-  background:#206cbc;
   width: 100%;
   height: 107px;
-  margin:0;
-  padding:0;
-  color:#dff;
-  position: absolute;
-  top: 0;
-  left: 0;
 }
 
 .pageheader .header {
@@ -73,7 +73,7 @@ body {
 }
 
 #content,#comments,#footer {
-  margin:9em 2em;
+  margin-left: 20ex;
 }
 
 .pagefooter, .inlinefooter, .comment-header {
@@ -82,7 +82,6 @@ body {
 }
 
 #content {
-  margin-top: 107px;
   padding-top: 1ex;
   max-width: 60em;
 }
@@ -241,6 +240,7 @@ legend {
 #sidebar ul {
   margin: 0px;
   padding: 0px;
+  color: white;
 }
 
 #sflogo {