* Fixed fonts.
[selectricity-live] / public / stylesheets / common.css
index 01cd7c052e53363d8dffd1468d9fbc4511deb55a..a050444f3327d328062db58e2e93e20d9e02290b 100644 (file)
@@ -29,7 +29,7 @@ table, caption, tbody, tfoot, thead, tr, th, td {
 }
 
 body {
-       font-size: 11px;
+       font-size: 0.9em;
        font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
 }
 
@@ -76,7 +76,7 @@ h2, h3 {
 
 #footer {
        font-size: 11px;
-       font-family: Verdana, Arial, Helvetica, sans-serif;
+       font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
        margin-top: 40px;
        text-align: center;
 }
@@ -104,7 +104,4 @@ h2, h3 {
     background: #FFFBB3; 
     border: 1px black solid;
        text-align: center;
-       font-weight: bold;
-       padding: 5px 5px 5px 15px;
-    width: 250px;
-}
+       font-weight: bold

Benjamin Mako Hill || Want to submit a patch?