Return-Path: X-Original-To: apmail-sling-commits-archive@www.apache.org Delivered-To: apmail-sling-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 6EC5AD420 for ; Thu, 13 Dec 2012 11:10:04 +0000 (UTC) Received: (qmail 45855 invoked by uid 500); 13 Dec 2012 11:10:04 -0000 Delivered-To: apmail-sling-commits-archive@sling.apache.org Received: (qmail 45765 invoked by uid 500); 13 Dec 2012 11:10:03 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 45730 invoked by uid 99); 13 Dec 2012 11:10:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Dec 2012 11:10:02 +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, 13 Dec 2012 11:10:01 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id F0F4F23889BF; Thu, 13 Dec 2012 11:09:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1421228 - /sling/site/trunk/content/res/site.css Date: Thu, 13 Dec 2012 11:09:40 -0000 To: commits@sling.apache.org From: bdelacretaz@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121213110940.F0F4F23889BF@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bdelacretaz Date: Thu Dec 13 11:09:40 2012 New Revision: 1421228 URL: http://svn.apache.org/viewvc?rev=1421228&view=rev Log: SLING-2002 - suggestion for lighter h1 and h2 Modified: sling/site/trunk/content/res/site.css Modified: sling/site/trunk/content/res/site.css URL: http://svn.apache.org/viewvc/sling/site/trunk/content/res/site.css?rev=1421228&r1=1421227&r2=1421228&view=diff ============================================================================== --- sling/site/trunk/content/res/site.css (original) +++ sling/site/trunk/content/res/site.css Thu Dec 13 11:09:40 2012 @@ -14,19 +14,15 @@ h1,h2,h3,h4,h5,h6 { h1 { font-size: 200%; - border-radius: 10px; - padding: 10px; - background-color: #FDF5D9; font-weight: bold; + border-bottom: solid #FDF5D9 2px; } h2 { - font-size: 175%; - border-radius: 10px; - padding: 10px; - margin-top: 2em; - background-color: #FDF5D9; - font-weight: bold; + font-size: 200%; + margin-top: 1em; + font-weight: normal; + border-bottom: solid #FDF5D9 2px; } h3 {