Extended the COLORS array in graph controller so that elections with multiple
[selectricity-live] / public / stylesheets / main.css
index 16b10bfef028ed463ab08fae6dd91802b60b66cf..632a47f886d0c488c9aa0dd4057a8bb33061efa9 100644 (file)
@@ -267,12 +267,17 @@ li.moveable {
 }
 
 .preftable {
+       font-family: verdana,arial,helvetica,sans-serif;
        border-spacing: 0px;
-         border-width: 2px;
-         border-color: #999999;
-         border-style: solid;
+       border-width: 2px;
+       border-color: #999999;
+       border-style: solid;
+       caption-side: top;
+}
+.preftable caption { 
+  font-family: verdana,arial,helvetica,sans-serif;
+  font-size: 0.9em;
 }
-
 .preftable th {
        font-family: verdana,arial,helvetica,sans-serif;
        border-width: 2px;
@@ -290,7 +295,6 @@ li.moveable {
   border-width: 1px;
   border-color: #999999;
   border-style: solid;
-
   text-align: right;
   padding-right: 5px;
   padding-left: 5px;
@@ -335,7 +339,6 @@ li.moveable {
        
 .voterbox#election td { border-color: #990d13;}
 
-
 .rbmoreinfo hr {
   width: 100%;
   height: 10px;

Benjamin Mako Hill || Want to submit a patch?