You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2012/05/19 11:11:06 UTC

svn commit: r1340380 - /sling/site/trunk/content/css/site.css

Author: fmeschbe
Date: Sat May 19 09:11:06 2012
New Revision: 1340380

URL: http://svn.apache.org/viewvc?rev=1340380&view=rev
Log:
SLING-2002 Improve highlighting H1 and H2 titles

Modified:
    sling/site/trunk/content/css/site.css

Modified: sling/site/trunk/content/css/site.css
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/css/site.css?rev=1340380&r1=1340379&r2=1340380&view=diff
==============================================================================
--- sling/site/trunk/content/css/site.css (original)
+++ sling/site/trunk/content/css/site.css Sat May 19 09:11:06 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
+}