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:13:30 UTC

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

Author: fmeschbe
Date: Sat May 19 09:13:29 2012
New Revision: 1340382

URL: http://svn.apache.org/viewvc?rev=1340382&view=rev
Log:
SLING-2002 no top margin on h1

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=1340382&r1=1340381&r2=1340382&view=diff
==============================================================================
--- sling/site/trunk/content/css/site.css (original)
+++ sling/site/trunk/content/css/site.css Sat May 19 09:13:29 2012
@@ -18,7 +18,6 @@ h1 {
     font-size: 200%;
     border-radius: 10px;
     padding: 10px;
-    margin-top: 2em;
     background-color: #FDF5D9;
     font-weight: bold;
 }