aboutsummaryrefslogtreecommitdiff
path: root/themes
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 /themes
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.
Diffstat (limited to 'themes')
-rw-r--r--themes/actiontabs/style.css3
1 files changed, 1 insertions, 2 deletions
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% }