From c9022d38a303dcd756d34a2cbc4e3c49b22e0cf2 Mon Sep 17 00:00:00 2001 From: "luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f" Date: Sat, 19 Sep 2009 17:22:56 +0000 Subject: added h1 styles --- media/css/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'media/css') diff --git a/media/css/base.css b/media/css/base.css index cb946e8..d95e4d4 100644 --- a/media/css/base.css +++ b/media/css/base.css @@ -55,7 +55,7 @@ a:hover { font-weight: bold; } -h2, h3 { +h1, h2, h3 { color: #473d39; font-size: 2.3em; line-height: 1.5em; @@ -63,7 +63,7 @@ h2, h3 { font-weight: normal; } -h3 a, h2 a { font-weight: normal !important; } +h3 a, h2 a, h1 a { font-weight: normal !important; } blockquote { margin: 17px 20px; } p { -- cgit v1.2.3