From cb35bd606149d01ba533a5198b65e6d88f76c81d Mon Sep 17 00:00:00 2001 From: sarven Date: Sun, 18 Jan 2009 00:02:31 +0000 Subject: [PATCH] Reduced h1, legend font-size --- theme/base/css/display.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 396d12ef0f..5d2ef324a4 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -17,7 +17,7 @@ width:1004px; width:71.714em; } h1 { -font-size:2.1em; +font-size:1.7em; line-height:1.1; margin-bottom:0.25em; } @@ -39,7 +39,7 @@ font-weight:bold; legend { font-weight:bold; -font-size:1.6em; +font-size:1.5em; text-transform:uppercase; } form {