[or-cvs] r16400: Remove the .wiki css class. It was commented out poorly, and (website/trunk)

sebastian at seul.org sebastian at seul.org
Mon Aug 4 22:16:19 UTC 2008


Author: sebastian
Date: 2008-08-04 18:16:19 -0400 (Mon, 04 Aug 2008)
New Revision: 16400

Modified:
   website/trunk/stylesheet-ltr.css
   website/trunk/stylesheet-rtl.css
   website/trunk/stylesheet.css
Log:
Remove the .wiki css class. It was commented out poorly, and not used. Also remove text-align: auto; which doesn't exist.

Modified: website/trunk/stylesheet-ltr.css
===================================================================
--- website/trunk/stylesheet-ltr.css	2008-08-04 21:46:34 UTC (rev 16399)
+++ website/trunk/stylesheet-ltr.css	2008-08-04 22:16:19 UTC (rev 16400)
@@ -231,7 +231,6 @@
     font-weight: bold;
     font-size: 1em;
     width: auto;
-    text-align: auto;
     left: -50px;
 }
 
@@ -330,13 +329,7 @@
 	      padding: 0 10px 0 10px;
 }
 
-//.wiki {
-      padding: 5px 40px 0 0;
-      display: block;
-      text-align: right;
-}
 
-
 .curvebottomleft {
 		 background-image: url(gui/img/corner-bottomleft.png);
 		 background-repeat: no-repeat;

Modified: website/trunk/stylesheet-rtl.css
===================================================================
--- website/trunk/stylesheet-rtl.css	2008-08-04 21:46:34 UTC (rev 16399)
+++ website/trunk/stylesheet-rtl.css	2008-08-04 22:16:19 UTC (rev 16400)
@@ -231,7 +231,6 @@
     font-weight: bold;
     font-size: 1em;
     width: auto;
-    text-align: auto;
     left: -50px;
 }
 
@@ -330,13 +329,7 @@
 	      padding: 0 10px 0 10px;
 }
 
-//.wiki {
-      padding: 5px 40px 0 0;
-      display: block;
-      text-align: right;
-}
 
-
 .curvebottomleft {
 		 background-image: url(gui/img/corner-bottomleft.png);
 		 background-repeat: no-repeat;

Modified: website/trunk/stylesheet.css
===================================================================
--- website/trunk/stylesheet.css	2008-08-04 21:46:34 UTC (rev 16399)
+++ website/trunk/stylesheet.css	2008-08-04 22:16:19 UTC (rev 16400)
@@ -253,7 +253,6 @@
     font-weight: bold;
     font-size: 1em;
     width: auto;
-    text-align: auto;
     left: -50px;
 }
 
@@ -352,13 +351,6 @@
 	      padding: 0 10px 0 10px;
 }
 
-//.wiki {
-      padding: 5px 40px 0 0;
-      display: block;
-      text-align: right;
-}
-
-
 .curvebottomleft {
 		 background-image: url(gui/img/corner-bottomleft.png);
 		 background-repeat: no-repeat;



More information about the tor-commits mailing list