diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-18 00:02:31 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-18 00:02:31 +0000 |
commit | cb35bd606149d01ba533a5198b65e6d88f76c81d (patch) | |
tree | 69066b40921c8386bcf29edf9ec7c8b959666956 /theme/base | |
parent | 4687f6dac93a9f7b1f276eda7677821c5069433b (diff) |
Reduced h1, legend font-size
Diffstat (limited to 'theme/base')
-rw-r--r-- | theme/base/css/display.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 396d12ef0..5d2ef324a 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 { |