You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by bh...@apache.org on 2014/03/12 18:35:37 UTC

svn commit: r1576831 - /accumulo/site/trunk/content/css/accumulo.css

Author: bhavanki
Date: Wed Mar 12 17:35:36 2014
New Revision: 1576831

URL: http://svn.apache.org/r1576831
Log:
Differentiated h3 from h4 - h6

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

Modified: accumulo/site/trunk/content/css/accumulo.css
URL: http://svn.apache.org/viewvc/accumulo/site/trunk/content/css/accumulo.css?rev=1576831&r1=1576830&r2=1576831&view=diff
==============================================================================
--- accumulo/site/trunk/content/css/accumulo.css (original)
+++ accumulo/site/trunk/content/css/accumulo.css Wed Mar 12 17:35:36 2014
@@ -69,7 +69,12 @@ h1, h2, h3, h4, h5, h6 {
     font-size: 1.2em;
     margin-top: 2em;
 }
-#content h3, h4, h5, h6 {
+#content h3 {
+    border-bottom: medium none;
+    font-size: 1.1em;
+    margin-bottom: 0;
+}
+#content h4, h5, h6 {
     border-bottom: medium none;
     font-size: 1em;
     margin-bottom: 0;