You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2012/12/13 12:09:40 UTC

svn commit: r1421228 - /sling/site/trunk/content/res/site.css

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 {