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/05/19 11:11:11 UTC

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

Author: buildbot
Date: Sat May 19 09:11:11 2012
New Revision: 818280

Log:
Staging update by buildbot for sling

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

Propchange: websites/staging/sling/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat May 19 09:11:11 2012
@@ -1 +1 @@
-1336964
+1340380

Modified: websites/staging/sling/trunk/content/css/site.css
==============================================================================
--- websites/staging/sling/trunk/content/css/site.css (original)
+++ websites/staging/sling/trunk/content/css/site.css Sat May 19 09:11:11 2012
@@ -16,10 +16,20 @@ h1,h2,h3,h4,h5,h6 {
 
 h1 {
     font-size: 200%
+    border-radius: 10px;
+    padding: 10px;
+    margin-top: 2em;
+    background-color: #FDF5D9;
+    font-weight: bold;
 }
 
 h2 {
     font-size: 175%
+    border-radius: 10px;
+    padding: 10px;
+    margin-top: 2em;
+    background-color: #FDF5D9;
+    font-weight: bold;
 }
 
 h3 {
@@ -225,4 +235,4 @@ td {
     font-style: italic;
     margin-top: 10px;
     text-align: left;
-}
\ No newline at end of file
+}