switched from PNG to GIF to fix IE
[selectricity] / public / stylesheets / main.css
index acdff30b59a552c68e5708f4536dc9ea246e937a..1bed0b589e6424d5a42837b824358edce283aa9b 100644 (file)
@@ -12,7 +12,7 @@
 body {
        color: black;
        background: white;
-       background: url(/images/bg_main.png) repeat-x top left;
+       background: url(/images/bg_main.gif) repeat-x top left;
 }
 
 h2 {
@@ -51,7 +51,7 @@ label {
        height: 0px;
        overflow: hidden;
        padding-top: 189px;
-       background: url(/images/title_main.png) no-repeat top left;
+       background: url(/images/title_main.gif) no-repeat top left;
 }
 
 
@@ -103,7 +103,7 @@ label {
 }
 
 div#bar-left {
-       background-image: url(/images/top_bar_1.png);
+       background-image: url(/images/top_bar_1.gif);
        width: 153px;
        height: 37px;
        padding-top: 8px;
@@ -112,7 +112,7 @@ div#bar-left {
 }
 
 div#bar-right {
-       background-image: url(/images/top_bar_2.png);
+       background-image: url(/images/top_bar_2.gif);
        width: 78px;
        height: 37px;
        padding-top: 8px;

Benjamin Mako Hill || Want to submit a patch?