[or-cvs] r19687: {website} rounded corners everywhere! (website/trunk)

phobos at seul.org phobos at seul.org
Wed Jun 10 02:16:52 UTC 2009


Author: phobos
Date: 2009-06-09 22:16:52 -0400 (Tue, 09 Jun 2009)
New Revision: 19687

Modified:
   website/trunk/stylesheet-ltr.css
Log:
rounded corners everywhere!


Modified: website/trunk/stylesheet-ltr.css
===================================================================
--- website/trunk/stylesheet-ltr.css	2009-06-10 02:16:14 UTC (rev 19686)
+++ website/trunk/stylesheet-ltr.css	2009-06-10 02:16:52 UTC (rev 19687)
@@ -78,6 +78,10 @@
 /* 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;
@@ -251,6 +255,10 @@
 }
 
 .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;
@@ -277,6 +285,10 @@
 }
 
 .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;



More information about the tor-commits mailing list