[or-cvs] r19700: {website} update the rounded corners for CSS3 to be generic for all co (website/trunk)

phobos at seul.org phobos at seul.org
Wed Jun 10 18:02:01 UTC 2009


Author: phobos
Date: 2009-06-10 14:02:01 -0400 (Wed, 10 Jun 2009)
New Revision: 19700

Modified:
   website/trunk/stylesheet-ltr.css
Log:
update the rounded corners for CSS3 to be generic for all corners,
instead of specifying each corner. format some of the stanzas so spacing
matches everything else.


Modified: website/trunk/stylesheet-ltr.css
===================================================================
--- website/trunk/stylesheet-ltr.css	2009-06-10 17:11:44 UTC (rev 19699)
+++ website/trunk/stylesheet-ltr.css	2009-06-10 18:02:01 UTC (rev 19700)
@@ -78,31 +78,27 @@
 /* the sidebars */
 
 div.sidebar {
-	-moz-border-radius-bottomleft:5px;
-	-moz-border-radius-bottomright:5px;
-	-moz-border-radius-topleft:5px;
-	-moz-border-radius-topright:5px;
-    background-color: #e5e5e5;
-    float: right;
-    margin: 0 0 10px 10px;
-    /* border: 2px solid #666; */
-    padding: 10px;
-    width: 150px;
-    text-align: center;
+	-moz-border-radius: 5px;
+	-webkit-border-radius: 5px;
+  background-color: #e5e5e5;
+  float: right;
+  margin: 0 0 10px 10px;
+  /* border: 2px solid #666; */
+  padding: 10px;
+  width: 150px;
+  text-align: center;
 }
 
 div.sidebar-left {
-	-moz-border-radius-bottomleft:5px;
-	-moz-border-radius-bottomright:5px;
-	-moz-border-radius-topleft:5px;
-	-moz-border-radius-topright:5px;
-    background-color: #e5e5e5;
-    float: right;
-    margin: 0 0 5px 5px;
-    /* border: 2px solid #666; */
-    padding: 5px;
-    width: 275px;
-    text-align: left;
+	-moz-border-radius: 5px;
+	-webkit-border-radius: 5px;
+  background-color: #e5e5e5;
+  float: right;
+  margin: 0 0 5px 5px;
+  /* border: 2px solid #666; */
+  padding: 5px;
+  width: 275px;
+  text-align: left;
 }
 
 
@@ -254,25 +250,23 @@
 }
 
 .donatebutton {
-        width: auto;
-        text-align: center;
+	width: auto;
+	text-align: center;
 }
 
 .donatebutton a {
-	-moz-border-radius-bottomleft:5px;
-	-moz-border-radius-bottomright:5px;
-	-moz-border-radius-topleft:5px;
-	-moz-border-radius-topright:5px;
-        margin: 10px 0 0 0;
-        font-weight: bold;
-        display: block;
-        padding: 6px;
-        background-color: #00802B;
-        border-top: 1px solid #00A838;
-        border-left: 1px solid #00A838;
-        border-bottom: 1px solid #00591E;
-        border-right: 1px solid #00591E;
-        color: #FFFFFF;
+	-moz-border-radius: 5px;
+	-webkit-border-radius: 5px;
+	margin: 10px 0 0 0;
+	font-weight: bold;
+	display: block;
+	padding: 6px;
+	background-color: #00802B;
+	border-top: 1px solid #00A838;
+	border-left: 1px solid #00A838;
+	border-bottom: 1px solid #00591E;
+	border-right: 1px solid #00591E;
+	color: #FFFFFF;
 }
 
 .donatebutton a:hover {
@@ -289,16 +283,14 @@
 }
 
 .downloadbutton a {
-	-moz-border-radius-bottomleft:5px;
-	-moz-border-radius-bottomright:5px;
-	-moz-border-radius-topleft:5px;
-	-moz-border-radius-topright:5px;
-        margin: 10px 0 0 0;
-        font-weight: bold;
-        display: block;
-        padding: 6px;
-        background-color: orange;
-        color: #FFFFFF;
+	-moz-border-radius: 5px;
+	-webkit-border-radius: 5px;
+	margin: 10px 0 0 0;
+	font-weight: bold;
+	display: block;
+	padding: 6px;
+	background-color: orange;
+	color: #FFFFFF;
 }
 
 .downloadbutton a:hover {
@@ -419,10 +411,8 @@
 }
 
 .nb {
-	-moz-border-radius-bottomleft:5px;
-	-moz-border-radius-bottomright:5px;
-	-moz-border-radius-topleft:5px;
-	-moz-border-radius-topright:5px;
+	-moz-border-radius: 5px;
+	-webkit-border-radius: 5px;
 	background-color:#EEEEFF;
 	border:1px solid #000000;
 	color:black;
@@ -434,10 +424,8 @@
 }
 
 .warning {
-	-moz-border-radius-bottomleft:5px;
-	-moz-border-radius-bottomright:5px;
-	-moz-border-radius-topleft:5px;
-	-moz-border-radius-topright:5px;
+	-moz-border-radius: 5px;
+	-webkit-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