From 2852c6b0d5494b21695ebe39b172fc30d01d2600 Mon Sep 17 00:00:00 2001
From: Joey Hess <joey@kitenet.net>
Date: Fri, 8 Oct 2010 19:55:56 -0400
Subject: actiontabs: More consistent styling of Hn tags.

In particular the use of italics for h3 was weird.
---
 themes/actiontabs/style.css | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'themes')

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% }
-- 
cgit v1.2.3