]> sipb.mit.edu Git - ikiwiki.git/commitdiff
actiontabs: More consistent styling of Hn tags.
authorJoey Hess <joey@kitenet.net>
Fri, 8 Oct 2010 23:55:56 +0000 (19:55 -0400)
committerJoey Hess <joey@kitenet.net>
Fri, 8 Oct 2010 23:55:56 +0000 (19:55 -0400)
In particular the use of italics for h3 was weird.

debian/changelog
themes/actiontabs/style.css

index d1ee4967d86e2bc5f7a7a1c59bd593a2e62a2c8c..53bee5df678faa1ddbcbca578eb4d478e12c714b 100644 (file)
@@ -9,6 +9,7 @@ ikiwiki (3.20100927) UNRELEASED; urgency=low
     implement web-based reversion interface.
   * Thanks to Peter Gammie for his assistance with the web-based reversion
     feature.
+  * actiontabs: More consistent styling of Hn tags.
 
  -- Joey Hess <joeyh@debian.org>  Wed, 29 Sep 2010 11:58:23 -0400
 
index 13e9dc1a4d83b81c4d29888f531b9f4ee4bbf58b..749d9b21e1ca9c1efae9195f04d07242388557e7 100644 (file)
@@ -97,8 +97,7 @@ body {
 
 h1 { font: 120% sans-serif }
 h2 { font: bold 100% sans-serif }
-h3 { font: italic 100% sans-serif }
-h4, h5, h6 { font: small-caps 100% sans-serif }
+h3, h4, h5, h6 { font: bold 80% sans-serif }
 
 /* Smaller headings for inline pages */
 .inlinepage h1 { font-size: 110% }