From c9983e3951226b2fb8c3388b3ada616cb4927591 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Fri, 1 Jun 2007 12:51:37 -0700 Subject: [PATCH] Fix header font size Remove duplicated h1 and header font magnification that was resulting in *giant* titles. Also remove explicit px-based font sizes from style.css. --- src/local.css | 5 ++++- src/style.css | 2 -- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/local.css b/src/local.css index 60e5c99..b641f8c 100644 --- a/src/local.css +++ b/src/local.css @@ -7,7 +7,6 @@ body { } h1, .header, #footer { - font-size: 150%; clear: both; } @@ -22,6 +21,10 @@ h1,h2,h3,h4,h5,h6, .header { color: #f29915; } +h1 { + font-size: 150%; +} + h2,h3,h4,h5,h6 { font-size: 125%; } diff --git a/src/style.css b/src/style.css index 34dd5a4..eaf8c2e 100644 --- a/src/style.css +++ b/src/style.css @@ -6,7 +6,6 @@ .header { margin: 0; - font-size: 22px; font-weight: bold; line-height: 1em; display: block; @@ -14,7 +13,6 @@ .author { margin: 0; - font-size: 18px; font-weight: bold; display: block; } -- 2.43.0