Moved files around a bit more.
[selectricity] / public / stylesheets / common.css
index 4b53f59f09e9b569c45acc180fd085e82f6612f3..5e23927b893ede6959b333f2b1261789d88db458 100644 (file)
@@ -31,7 +31,6 @@ table, caption, tbody, tfoot, thead, tr, th, td {
 
 #body {
        font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
-       color: white;
        font-size: 12px;
        text-align: left;
        line-height: 1.5em;
@@ -48,13 +47,42 @@ table, caption, tbody, tfoot, thead, tr, th, td {
        opacity: .5;
 }
 
+/* tables still need 'cellspacing="0"' in the markup */
+table {
+       border-collapse: separate;
+       border-spacing: 0;
+}
+
+caption, th, td {
+       text-align: left;
+       font-weight: normal;
+}
+
+blockquote:before, blockquote:after,
+q:before, q:after {
+       content: "";
+}
+
+blockquote, q {
+       quotes: "" "";
+}
+
 strong, h2, h3 {
     font-weight: bold;
 }
 
 h2, h3 {
        text-transform: uppercase;
-    margin-bottom: 0.5em;
+    margin-bottom: 0.5em !important;
+}
+
+#page-wrapper {
+       width: 960px;
+       margin: 0 auto 0 auto;
+}
+
+.clear-div {
+       clear: both;
 }
 
 

Benjamin Mako Hill || Want to submit a patch?