Remove the .wiki css class. It was commented out poorly, and not used. Also remove text-align: auto; which doesn't exist.
Sebastian Hahn

Sebastian Hahn commited on 2008-08-05 00:16:19
Zeige 3 geänderte Dateien mit 0 Einfügungen und 22 Löschungen.

... ...
@@ -231,7 +231,6 @@ td.banner-right {
231 231
     font-weight: bold;
232 232
     font-size: 1em;
233 233
     width: auto;
234
-    text-align: auto;
235 234
     left: -50px;
236 235
 }
237 236
 
... ...
@@ -330,12 +329,6 @@ td.banner-right {
330 329
 	      padding: 0 10px 0 10px;
331 330
 }
332 331
 
333
-//.wiki {
334
-      padding: 5px 40px 0 0;
335
-      display: block;
336
-      text-align: right;
337
-}
338
-
339 332
 
340 333
 .curvebottomleft {
341 334
 		 background-image: url(gui/img/corner-bottomleft.png);
... ...
@@ -231,7 +231,6 @@ td.banner-right {
231 231
     font-weight: bold;
232 232
     font-size: 1em;
233 233
     width: auto;
234
-    text-align: auto;
235 234
     left: -50px;
236 235
 }
237 236
 
... ...
@@ -330,12 +329,6 @@ td.banner-right {
330 329
 	      padding: 0 10px 0 10px;
331 330
 }
332 331
 
333
-//.wiki {
334
-      padding: 5px 40px 0 0;
335
-      display: block;
336
-      text-align: right;
337
-}
338
-
339 332
 
340 333
 .curvebottomleft {
341 334
 		 background-image: url(gui/img/corner-bottomleft.png);
... ...
@@ -253,7 +253,6 @@ td.banner-right {
253 253
     font-weight: bold;
254 254
     font-size: 1em;
255 255
     width: auto;
256
-    text-align: auto;
257 256
     left: -50px;
258 257
 }
259 258
 
... ...
@@ -352,13 +351,6 @@ td.banner-right {
352 351
 	      padding: 0 10px 0 10px;
353 352
 }
354 353
 
355
-//.wiki {
356
-      padding: 5px 40px 0 0;
357
-      display: block;
358
-      text-align: right;
359
-}
360
-
361
-
362 354
 .curvebottomleft {
363 355
 		 background-image: url(gui/img/corner-bottomleft.png);
364 356
 		 background-repeat: no-repeat;
365 357