Moved files around a bit more.
[selectricity] / public / stylesheets / common.css
index 9bc6264e406780788ecaf6f262ae275aad6f2dca..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,6 +47,26 @@ 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;
 }
@@ -57,6 +76,15 @@ h2, h3 {
     margin-bottom: 0.5em !important;
 }
 
+#page-wrapper {
+       width: 960px;
+       margin: 0 auto 0 auto;
+}
+
+.clear-div {
+       clear: both;
+}
+
 
 /* footer */
 

Benjamin Mako Hill || Want to submit a patch?