Pref_tables now use the Schulze ssd_result object, and they own't display if
[selectricity-live] / public / stylesheets / main.css
index 3608063a4ae355fe2e331e1ea2a10359fe25edb4..a77ca83e47927e7f4331a5423a06fd381b9597ab 100644 (file)
@@ -160,7 +160,7 @@ h5 {
 }
 
 .normal-header {
-    margin: 0 -20px 1em -20px;
+    margin: 1.3em -20px 1.3em -20px;
     height: 32px;
        background-color: #e5e5e5;
 }
@@ -274,14 +274,15 @@ li.moveable {
 }
 
 .preftable th {
+       font-family: verdana,arial,helvetica,sans-serif;
        border-width: 2px;
        border-color: #999999;
        border-style: solid;
        text-align: center;
        font-weight: bold;
-       padding: 5px 5px 5px 15px;
+       padding: 5px 5px 5px 5px;
        background-color: #999999;
-       color: #fff;
+       color: #FFFFFF;
 }
 
 .preftable td {

Benjamin Mako Hill || Want to submit a patch?