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/07 01:28:01 UTC

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

Author: buildbot
Date: Tue Feb  7 00:28:01 2012
New Revision: 804056

Log:
Staging update by buildbot for lucene

Modified:
    websites/staging/lucene/trunk/content/css/global.css

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 Tue Feb  7 00:28:01 2012
@@ -140,7 +140,7 @@ h1,h2,h2 {
 }
 
 h1 {
-  	font-size: 200%;
+  	font-size: 150%;
 	color: #895F30;
 	padding: 20px 10px 5px 10px;
 	margin: 0;
@@ -352,7 +352,7 @@ input.button {
 ********************************/
 #footer {
   position: relative;
-	height: 80px;
+	height: 100px;
 	clear:both;
 	font-size:11px;
 	font-family:Verdana, Arial, sans-serif;
@@ -515,7 +515,7 @@ input.button {
 #main h1 {
 	padding-bottom: 3px;
 	margin-top: 15px;
-	font: normal 3.5em "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
+	font: normal 3em "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
 	color: #333;
 	letter-spacing: -2px;
 	text-transform: none;
@@ -552,7 +552,7 @@ input.button {
 #col1 h1, #col2 h1 {
     padding-bottom: 3px;
     margin-top: 15px;
-    font: normal 3.5em "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
+    font: normal 3em "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
     color: #666;
     letter-spacing: -2px;
     text-transform: none;
@@ -922,6 +922,10 @@ body#full #wrap {
 	text-align: left;
 }
 
+.section-content{
+    border-bottom: 1px black solid;
+}
+
 div.cmd{
     background:  #d3d3d3;
     display: block;