In particular the use of italics for h3 was weird.
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
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% }