Return-Path: Delivered-To: apmail-incubator-river-commits-archive@minotaur.apache.org Received: (qmail 10587 invoked from network); 7 Jan 2011 11:32:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Jan 2011 11:32:23 -0000 Received: (qmail 90496 invoked by uid 500); 7 Jan 2011 11:32:23 -0000 Delivered-To: apmail-incubator-river-commits-archive@incubator.apache.org Received: (qmail 90464 invoked by uid 500); 7 Jan 2011 11:32:23 -0000 Mailing-List: contact river-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: river-dev@incubator.apache.org Delivered-To: mailing list river-commits@incubator.apache.org Received: (qmail 90457 invoked by uid 99); 7 Jan 2011 11:32:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Jan 2011 11:32:23 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Fri, 07 Jan 2011 11:32:21 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AA9F52388994; Fri, 7 Jan 2011 11:32:00 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r782247 - in /websites/staging/river/trunk/content/river/css: river.css site.css Date: Fri, 07 Jan 2011 11:32:00 -0000 To: river-commits@incubator.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110107113200.AA9F52388994@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Fri Jan 7 11:32:00 2011 New Revision: 782247 Log: Staging update by buildbot Modified: websites/staging/river/trunk/content/river/css/river.css websites/staging/river/trunk/content/river/css/site.css Modified: websites/staging/river/trunk/content/river/css/river.css ============================================================================== --- websites/staging/river/trunk/content/river/css/river.css (original) +++ websites/staging/river/trunk/content/river/css/river.css Fri Jan 7 11:32:00 2011 @@ -5,7 +5,8 @@ div.navigation ul ul { padding-left: inherit ; } -/* font specs { */ +/*----------------------*/ +/* font specs */ h1, h2, h3, h4, h5, h6, div.title { font-family: Georgia,'Times New Roman',serif; @@ -13,4 +14,14 @@ h1, h2, h3, h4, h5, h6, div.title { font-weight: bold; } -/* } font specs */ +.title { + color: white ; + font-size: 150% ; + font-weight: bold ; +} + +/*----------------------*/ + +div#river_logo { + XXfloat: left ; +} \ No newline at end of file Modified: websites/staging/river/trunk/content/river/css/site.css ============================================================================== --- websites/staging/river/trunk/content/river/css/site.css (original) +++ websites/staging/river/trunk/content/river/css/site.css Fri Jan 7 11:32:00 2011 @@ -65,7 +65,7 @@ div.black_box div.footer_r {padding-left /* Logo Positioning */ /* ====================================================== */ div#header_background{background: #294563; } -div#river_logo{background: transparent url("../images/river_logo.png") no-repeat center center; height: 60px; } +/*div#river_logo{background: transparent url("../images/river_logo.png") no-repeat center center; height: 60px; }*/ div#river_logo{margin-left: 20px; overflow: hidden;} div#asf_logo {background: transparent url("../images/asf-logo.png") no-repeat right center; height: 100px; }