Moved files around a bit more.
[selectricity] / public / stylesheets / front.css
index 1285e7fbb80f7199584df5573a992e6eadc4d6dc..045055f5df22d63c1ed801ab80e696290379612c 100644 (file)
@@ -24,30 +24,13 @@ table, caption, tbody, tfoot, thead, tr, th, td {
 
 body {
        line-height: 1;
-       color: black;
+       color: white;
        background: #ffffff url(/images/bg_index.png) repeat-x top center;
 }
 
-/* tables still need 'cellspacing="0"' in the markup */
-table {
-       border-collapse: separate;
-}
-
-caption, th, td {
-       text-align: left;
-       font-weight: normal;
-}
-
-#page-wrapper {
-       width: 960px;
-       margin: 0 auto 0 auto;
-       text-align: center;
-}
-
-
 /* Header */
 #header h1 {
-       background: url(/images/title.png) center top no-repeat;
+       background: url(/images/title_front.png) center top no-repeat;
        overflow: hidden;
        padding-top: 189px;
        height: 0px;

Benjamin Mako Hill || Want to submit a patch?