[or-cvs] r20070: {website} Update the stylesheets from webkit to khtml per dr|zed. (website/trunk)

phobos at seul.org phobos at seul.org
Thu Jul 16 21:10:00 UTC 2009


Author: phobos
Date: 2009-07-16 17:09:59 -0400 (Thu, 16 Jul 2009)
New Revision: 20070

Modified:
   website/trunk/stylesheet-ltr.css
   website/trunk/stylesheet-rtl.css
Log:
Update the stylesheets from webkit to khtml per dr|zed.


Modified: website/trunk/stylesheet-ltr.css
===================================================================
--- website/trunk/stylesheet-ltr.css	2009-07-16 16:17:23 UTC (rev 20069)
+++ website/trunk/stylesheet-ltr.css	2009-07-16 21:09:59 UTC (rev 20070)
@@ -79,7 +79,7 @@
 
 div.sidebar {
 	-moz-border-radius: 5px;
-	-webkit-border-radius: 5px;
+	-khtml-border-radius: 5px;
   background-color: #e5e5e5;
   float: right;
   margin: 0 0 10px 10px;
@@ -91,7 +91,7 @@
 
 div.sidebar-left {
 	-moz-border-radius: 5px;
-	-webkit-border-radius: 5px;
+	-khtml-border-radius: 5px;
   background-color: #e5e5e5;
   float: right;
   margin: 0 0 5px 5px;
@@ -254,7 +254,7 @@
 
 .donatebutton a {
 	-moz-border-radius: 5px;
-	-webkit-border-radius: 5px;
+	-khtml-border-radius: 5px;
 	margin: 10px 0 0 0;
 	font-weight: bold;
 	display: block;
@@ -282,7 +282,7 @@
 
 .downloadbutton a {
 	-moz-border-radius: 5px;
-	-webkit-border-radius: 5px;
+	-khtml-border-radius: 5px;
 	margin: 10px 0 0 0;
 	font-weight: bold;
 	display: block;
@@ -409,7 +409,7 @@
 
 .nb {
 	-moz-border-radius: 5px;
-	-webkit-border-radius: 5px;
+	-khtml-border-radius: 5px;
 	background-color:#EEEEFF;
 	border:1px solid #000000;
 	color:black;
@@ -422,7 +422,7 @@
 
 .warning {
 	-moz-border-radius: 5px;
-	-webkit-border-radius: 5px;
+	-khtml-border-radius: 5px;
 	background-color:#FFFFFF;
 	background-image:url(/images/distros/warning.png);
 	background-position:15px center;

Modified: website/trunk/stylesheet-rtl.css
===================================================================
--- website/trunk/stylesheet-rtl.css	2009-07-16 16:17:23 UTC (rev 20069)
+++ website/trunk/stylesheet-rtl.css	2009-07-16 21:09:59 UTC (rev 20070)
@@ -79,7 +79,7 @@
 
 div.sidebar {
 	-moz-border-radius: 5px;
-	-webkit-border-radius: 5px;
+	-khtml-border-radius: 5px;
 	background-color: #e5e5e5;
   float: right;
   margin: 0 0 10px 10px;
@@ -91,7 +91,7 @@
 
 div.sidebar-left {
 	-moz-border-radius: 5px;
-	-webkit-border-radius: 5px;
+	-khtml-border-radius: 5px;
   background-color: #e5e5e5;
   float: right;
   margin: 0 0 5px 5px;
@@ -254,7 +254,7 @@
 
 .donatebutton a {
 	-moz-border-radius: 5px;
-	-webkit-border-radius: 5px;
+	-khtml-border-radius: 5px;
         margin: 10px 0 0 0;
         font-weight: bold;
         display: block;
@@ -282,7 +282,7 @@
 
 .downloadbutton a {
 	-moz-border-radius: 5px;
-	-webkit-border-radius: 5px;
+	-khtml-border-radius: 5px;
 	margin: 10px 0 0 0;
 	font-weight: bold;
 	display: block;
@@ -409,7 +409,7 @@
 
 .nb {
 	-moz-border-radius: 5px;
-	-webkit-border-radius: 5px;
+	-khtml-border-radius: 5px;
 	background-color:#EEEEFF;
 	border:1px solid #000000;
 	color:black;
@@ -422,7 +422,7 @@
 
 .warning {
 	-moz-border-radius: 5px;
-	-webkit-border-radius: 5px;
+	-khtml-border-radius: 5px;
 	background-color:#FFFFFF;
 	background-image:url(/images/distros/warning.png);
 	background-position:15px center;



More information about the tor-commits mailing list