committed css changes from courtland fixing some headerbar wonkiness
[selectricity] / public / stylesheets / main.css
index acdff30b59a552c68e5708f4536dc9ea246e937a..3608063a4ae355fe2e331e1ea2a10359fe25edb4 100644 (file)
@@ -152,40 +152,41 @@ h5 {
        overflow: hidden;
 }
 
-#page-title {
+#title-header {
     margin: -20px -20px 1em -20px;
+    height: 32px;
+    margin-bottom: 14px;
+       background-color: #e5e5e5;
 }
 
-.plain-header {
-    margin: 1em -20px 1em -20px;
+.normal-header {
+    margin: 0 -20px 1em -20px;
+    height: 32px;
+       background-color: #e5e5e5;
 }
 
 .header {
-       display: block;
-       font-family: "trebuchet ms",trebuchet,verdana,arial,sans-serif;
-       font-size: 30px;
-       text-transform: uppercase;
-       text-align: center;
-       color: white;
-       background-color: #999999;
-       height: 32px;
-       float: left;
-       padding: 0px .75em 0px .75em;
-       margin-right: 10px;
-       margin-bottom: 14px;
+    display: block;
+    font-family: verdana,arial,helvetica,sans-serif;
+    font-size: 30px;
+    text-transform: uppercase;
+    text-align: center;
+    color: white;
+    background-color: #999999;
+    height: 32px;
+    float: left;
+    padding: 0px .75em 0px .75em;
 }
 
 .subheader {
-       display: block;
-       font-family: "trebuchet ms",trebuchet,verdana,arial,sans-serif;
-       font-size: 18px;
-       text-align: left;
-       color: #666666;
-       background-color: #CCCCCC;
-       height: 26px;
-       padding: 6px 1em 0px 20px;
-       margin-bottom: 14px;
-}
+    float: left;
+    font-family: verdana,arial,helvetica,sans-serif;
+    font-size: 18px;
+    color: #666666;
+       background-color: #e5e5e5;
+    height: 26px;
+    padding: 6px 1em 0px 10px;
+} 
 
 #main-box {
        float: right;

Benjamin Mako Hill || Want to submit a patch?