Return-Path: X-Original-To: apmail-lucene-commits-archive@www.apache.org Delivered-To: apmail-lucene-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1AD099FCE for ; Tue, 7 Feb 2012 00:28:25 +0000 (UTC) Received: (qmail 62597 invoked by uid 500); 7 Feb 2012 00:28:24 -0000 Mailing-List: contact commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list commits@lucene.apache.org Received: (qmail 62590 invoked by uid 99); 7 Feb 2012 00:28:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2012 00:28:24 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2012 00:28:22 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id A5FB423888E7 for ; Tue, 7 Feb 2012 00:28:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r804056 - /websites/staging/lucene/trunk/content/css/global.css Date: Tue, 07 Feb 2012 00:28:01 -0000 To: commits@lucene.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120207002801.A5FB423888E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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;