aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-10-08 19:55:56 -0400
committerJoey Hess <joey@kitenet.net>2010-10-08 19:55:56 -0400
commit2852c6b0d5494b21695ebe39b172fc30d01d2600 (patch)
tree18092203d720f27af4dbf799c37b118ac0d96437
parent726270ad0017cfd1d1c36e9a765eb0638bec86f6 (diff)
downloadikiwiki-2852c6b0d5494b21695ebe39b172fc30d01d2600.tar
ikiwiki-2852c6b0d5494b21695ebe39b172fc30d01d2600.tar.gz
actiontabs: More consistent styling of Hn tags.
In particular the use of italics for h3 was weird.
-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% }