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

svn commit: r805849 - in /websites/staging/lucene/trunk: ./ content/css/global.css

Author: buildbot
Date: Wed Feb 22 21:27:03 2012
New Revision: 805849

Log:
Staging update by buildbot for lucene

Modified:
    websites/staging/lucene/trunk/   (props changed)
    websites/staging/lucene/trunk/content/css/global.css

Propchange: websites/staging/lucene/trunk/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Feb 22 21:27:03 2012
@@ -1 +1 @@
-1292505
+1292515

Modified: websites/staging/lucene/trunk/content/css/global.css
==============================================================================
--- websites/staging/lucene/trunk/content/css/global.css (original)
+++ websites/staging/lucene/trunk/content/css/global.css Wed Feb 22 21:27:03 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 {