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

svn commit: r842100 - in /websites/staging/sling/trunk/content: ./ res/site.css

Author: buildbot
Date: Thu Dec 13 11:09:47 2012
New Revision: 842100

Log:
Staging update by buildbot for sling

Modified:
    websites/staging/sling/trunk/content/   (props changed)
    websites/staging/sling/trunk/content/res/site.css

Propchange: websites/staging/sling/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Dec 13 11:09:47 2012
@@ -1 +1 @@
-1421216
+1421228

Modified: websites/staging/sling/trunk/content/res/site.css
==============================================================================
--- websites/staging/sling/trunk/content/res/site.css (original)
+++ websites/staging/sling/trunk/content/res/site.css Thu Dec 13 11:09:47 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 {