From 2852c6b0d5494b21695ebe39b172fc30d01d2600 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 8 Oct 2010 19:55:56 -0400 Subject: [PATCH] actiontabs: More consistent styling of Hn tags. In particular the use of italics for h3 was weird. --- debian/changelog | 1 + themes/actiontabs/style.css | 3 +-- 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 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% } -- 2.44.0