[cc-commits] [CC SVN] r14728 - ccwordpress/trunk/www/includes

webmaster at creativecommons.org webmaster at creativecommons.org
Mon Oct 25 19:42:19 EDT 2010


Author: bse
Date: 2010-10-25 23:42:19 +0000 (Mon, 25 Oct 2010)
New Revision: 14728

Modified:
   ccwordpress/trunk/www/includes/deed3.css
Log:
Fixed border radius for newer versions of IE/Opera

Modified: ccwordpress/trunk/www/includes/deed3.css
===================================================================
--- ccwordpress/trunk/www/includes/deed3.css	2010-10-25 21:10:48 UTC (rev 14727)
+++ ccwordpress/trunk/www/includes/deed3.css	2010-10-25 23:42:19 UTC (rev 14728)
@@ -36,11 +36,13 @@
 			left: 0;
 			-webkit-border-bottom-right-radius: 10px;
 			-moz-border-radius-bottomright: 10px;
+      border-bottom-right-raidus: 10px;
 		}
 		.right { 
 			right: 0;
 			-webkit-border-bottom-left-radius: 10px;
 			-moz-border-radius-bottomleft: 10px;
+      border-bottom-left-radius: 10px;
 		}
 		
 		
@@ -50,6 +52,8 @@
 			-webkit-border-top-right-radius: 10px;
 			-moz-border-radius-topleft: 10px;
 			-moz-border-radius-topright: 10px;
+      border-top-left-radius: 10px;
+      border-top-right-radius: 10px;
 			width: 768px;
 			padding: 10px 0;
 			color: #333;
@@ -110,6 +114,8 @@
 			-webkit-border-top-right-radius: 5px;
 			-moz-border-radius-topleft: 5px;
 			-moz-border-radius-topright: 5px;
+      border-top-left-radius: 5px;
+      border-top-right-radius: 5px;
 			height: 100px;
 		}
 		
@@ -645,6 +651,7 @@
 	padding: 0.5em;
 	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
+  border-radius: 5px;
 	font-size: 0.9em;
 }
 




More information about the cc-commits mailing list