From 99b69166d28b0e0c242a58ed7adfb002a1053bf1 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 23 May 2007 05:38:58 -0700 Subject: [PATCH] Style h1 and header consistently (and ensure h2-h6 are strictly smaller than h1) --- src/local.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/local.css b/src/local.css index 4264d8b..219cfa8 100644 --- a/src/local.css +++ b/src/local.css @@ -10,6 +10,11 @@ h1, .header, #footer { margin-left: -8%; } +h1, .header { + font-family: sans-serif; + font-size: 150%; +} + #logo { text-align: center; } @@ -27,6 +32,7 @@ h1, .header, #footer { h2,h3,h4,h5,h6 { margin-left: -4%; + font-size: 125%; } .floatleft { -- 2.43.0