aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--themes/actiontabs/style.css3
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index d1ee4967d..53bee5df6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/themes/actiontabs/style.css b/themes/actiontabs/style.css
index 13e9dc1a4..749d9b21e 100644
--- a/themes/actiontabs/style.css
+++ b/themes/actiontabs/style.css
@@ -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% }