You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2010/01/18 16:32:38 UTC

svn commit: r900425 - /subversion/site/publish/style/site.css

Author: cmpilato
Date: Mon Jan 18 15:32:38 2010
New Revision: 900425

URL: http://svn.apache.org/viewvc?rev=900425&view=rev
Log:
* style/site.css
  Make some heading style attributes explicit.

Modified:
    subversion/site/publish/style/site.css

Modified: subversion/site/publish/style/site.css
URL: http://svn.apache.org/viewvc/subversion/site/publish/style/site.css?rev=900425&r1=900424&r2=900425&view=diff
==============================================================================
--- subversion/site/publish/style/site.css (original)
+++ subversion/site/publish/style/site.css Mon Jan 18 15:32:38 2010
@@ -12,6 +12,10 @@
 img {
   border: 0;
 }
+h1, h2, h3, h4 {
+  font-weight: bold;
+  font-style: normal;
+}
 h1 {
   font-size: 150%;
 }
@@ -19,6 +23,9 @@
   font-size: 125%;
 }
 h3 {
+  font-size: 115%;
+}
+h4 {
   font-size: 110%;
 }
 table {