fixed up the results page in a number of ways
[selectricity-live] / public / stylesheets / main.css
index 418e892534c4e06780c5d080b37331e0a06efbfb..0260bc4737a82f0541faab6827849e62ef8d96a0 100644 (file)
@@ -71,15 +71,9 @@ label {
        color: #666666;
 }
 
-/* #graph {
-       margin-top: 50px;
-       background: url(/images/graph.jpg) top left no-repeat;
-       height: 0px;
-       overflow: hidden;
-       padding-top: 243px;
-} */
-
-
+.graph {
+  text-align: center;
+}
 
 /* Right column. Includes top-bar and main-box. */
 
@@ -266,6 +260,10 @@ li.moveable {
   float: left;
 }
 
+.result_table {
+ text-align: center;
+ margin-bottom: 1em;
+}
 .preftable {
        font-family: verdana,arial,helvetica,sans-serif;
        border-spacing: 0px;
@@ -274,10 +272,7 @@ li.moveable {
        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;
@@ -447,3 +442,25 @@ div.photo img {
  border: 1px black solid;
 }
 
+.winner_text {
+ text-align: center;
+}
+
+#winner_box {
+ border: 3px white solid;
+ background-color: #666666;
+ color: white; 
+ margin: 0.5em 0 1em 0;
+}
+
+.winner_text {
+ font-size: 1.2em;
+}
+#winner_box .winner_text {
+ font-size: 2em;
+}
+
+#winner_box p {
+ margin: 0;
+ padding: 0;
+}

Benjamin Mako Hill || Want to submit a patch?