committed css changes from courtland fixing some headerbar wonkiness
[selectricity] / public / stylesheets / common.css
index 9139066b58a101c28f0074e1f7a247425fe343ef..01cd7c052e53363d8dffd1468d9fbc4511deb55a 100644 (file)
@@ -28,6 +28,11 @@ table, caption, tbody, tfoot, thead, tr, th, td {
        vertical-align: baseline;
 }
 
+body {
+       font-size: 11px;
+       font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
+}
+
 /* tables still need 'cellspacing="0"' in the markup */
 table {
        border-collapse: separate;
@@ -71,7 +76,7 @@ h2, h3 {
 
 #footer {
        font-size: 11px;
-       font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
+       font-family: Verdana, Arial, Helvetica, sans-serif;
        margin-top: 40px;
        text-align: center;
 }

Benjamin Mako Hill || Want to submit a patch?