renaming banner image files to avoid getting blocked by privoxy
Geoff Goodell

Geoff Goodell commited on 2005-05-16 10:39:28
Zeige 1 geänderte Dateien mit 3 Einfügungen und 3 Löschungen.

... ...
@@ -144,13 +144,13 @@ table.banner {
144 144
 }
145 145
 
146 146
 td.banner-left {
147
-    background-image: url("images/banner-left.png");
147
+    background-image: url("images/top-left.png");
148 148
     background-repeat: no-repeat;
149 149
     width: 193px;
150 150
 }
151 151
 
152 152
 td.banner-middle {
153
-    background-image: url("images/banner-middle.png");
153
+    background-image: url("images/top-middle.png");
154 154
     background-repeat: repeat-x;
155 155
     vertical-align: bottom;
156 156
     padding-bottom: 10px;
... ...
@@ -172,7 +172,7 @@ td.banner-middle a:hover {
172 172
 }
173 173
 
174 174
 td.banner-right {
175
-    background-image: url("images/banner-right.png");
175
+    background-image: url("images/top-right.png");
176 176
     background-repeat: no-repeat;
177 177
     width: 24px;
178 178
 }
179 179