From: Carl Worth Date: Wed, 23 May 2007 12:38:58 +0000 (-0700) Subject: Style h1 and header consistently (and ensure h2-h6 are strictly smaller than h1) X-Git-Url: https://git.cworth.org/git?p=cworth.org;a=commitdiff_plain;h=99b69166d28b0e0c242a58ed7adfb002a1053bf1 Style h1 and header consistently (and ensure h2-h6 are strictly smaller than h1) --- 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 {