Return-Path: X-Original-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 79FA4D47C for ; Thu, 11 Oct 2012 21:23:59 +0000 (UTC) Received: (qmail 35984 invoked by uid 500); 11 Oct 2012 21:23:59 -0000 Delivered-To: apmail-incubator-ooo-commits-archive@incubator.apache.org Received: (qmail 35948 invoked by uid 500); 11 Oct 2012 21:23:59 -0000 Mailing-List: contact ooo-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-commits@incubator.apache.org Received: (qmail 35941 invoked by uid 99); 11 Oct 2012 21:23:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Oct 2012 21:23:59 +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; Thu, 11 Oct 2012 21:23:57 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 1FF8323889C5; Thu, 11 Oct 2012 21:23:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1397318 - /incubator/ooo/ooo-site/trunk/content/test/home.css Date: Thu, 11 Oct 2012 21:23:13 -0000 To: ooo-commits@incubator.apache.org From: kschenk@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121011212313.1FF8323889C5@eris.apache.org> Author: kschenk Date: Thu Oct 11 21:23:12 2012 New Revision: 1397318 URL: http://svn.apache.org/viewvc?rev=1397318&view=rev Log: More changes to deal with color issue Modified: incubator/ooo/ooo-site/trunk/content/test/home.css Modified: incubator/ooo/ooo-site/trunk/content/test/home.css URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/test/home.css?rev=1397318&r1=1397317&r2=1397318&view=diff ============================================================================== --- incubator/ooo/ooo-site/trunk/content/test/home.css (original) +++ incubator/ooo/ooo-site/trunk/content/test/home.css Thu Oct 11 21:23:12 2012 @@ -33,7 +33,7 @@ #actionstatements div.action-participate:hover { background: url(/images/action-participate.png) 0 -250px no-repeat; } #actionstatements div.action-social { background: url(/images/action-social.png) no-repeat; } #actionstatements div.action-social:hover { background: url(/images/action-social.png) 0 -250px no-repeat; } -#actionstatements div.action-social p.action-social-extra { margin: 0; padding: 5px 0px 5px 60px; line-height: 150%; } +#actionstatements div.action-social .action-social-extra p { margin: 0; padding: 5px 0px 5px 60px; line-height: 150%; color: #333; } #actionstatements div.action-social .action-social-extra a { color: #06338B; } #actionstatements div.action-download #buttonwrap { padding: 15px 0 5px 60px; }