You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2012/02/22 22:26:58 UTC

svn commit: r1292515 - /lucene/cms/trunk/content/css/global.css

Author: markrmiller
Date: Wed Feb 22 21:26:58 2012
New Revision: 1292515

URL: http://svn.apache.org/viewvc?rev=1292515&view=rev
Log:
round a corner

Modified:
    lucene/cms/trunk/content/css/global.css

Modified: lucene/cms/trunk/content/css/global.css
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/css/global.css?rev=1292515&r1=1292514&r2=1292515&view=diff
==============================================================================
--- lucene/cms/trunk/content/css/global.css (original)
+++ lucene/cms/trunk/content/css/global.css Wed Feb 22 21:26:58 2012
@@ -774,7 +774,10 @@ body#home #header #slides {
 	left: 0px;
 	width: 945px;
 	height: 260px;
-    background-color: #C4E0BA;
+  background-color: #C4E0BA;
+  -webkit-border-top-left-radius: 30px;
+  -moz-border-radius-topleft: 30px;
+  border-top-left-radius: 30px;
 }
 
 body#home #header #slides .slideshow {