Tweak padding a bit to make IE6 render frontpage on one line.
[selectricity-live] / public / stylesheets / front.css
index 045055f5df22d63c1ed801ab80e696290379612c..5c2d1cab2a04b7f1af26e67f48146edd33a592c2 100644 (file)
@@ -24,10 +24,33 @@ table, caption, tbody, tfoot, thead, tr, th, td {
 
 body {
        line-height: 1;
-       color: white;
+    color: black;
        background: #ffffff url(/images/bg_index.png) repeat-x top center;
 }
 
+a {
+    color: #dc0d13
+}
+
+#body {
+       font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
+       color: white;
+       font-size: 12px;
+       text-align: left;
+       line-height: 1.5em;
+}
+
+#body a {
+       text-decoration: underline;
+       color: white;
+       display: inline;
+       opacity: 0.8;
+}
+
+#body a:hover {
+       opacity: .5;
+}
+
 /* Header */
 #header h1 {
        background: url(/images/title_front.png) center top no-repeat;
@@ -57,8 +80,8 @@ h3 {
 
 .main-section {
        float: left;
-       padding-left: 120px;
-       padding-right: 15px;
+       padding-left: 115px;
+       padding-right: 0px;
 }
 
 .main-section p {

Benjamin Mako Hill || Want to submit a patch?