From ca25ff5b7d32b8c3d94dfcbad2e9c3a3cbe21280 Mon Sep 17 00:00:00 2001 From: Date: Wed, 5 Sep 2007 15:58:24 -0400 Subject: [PATCH] fix css malforming very long headers --- public/stylesheets/main.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 0260bc4..50863c1 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -147,15 +147,14 @@ h5 { } #title-header { - margin: -20px -20px 1em -20px; - height: 32px; - margin-bottom: 14px; + margin: -20px -20px 14px -20px; + height: 34px; background-color: #e5e5e5; } .normal-header { margin: 1.3em -20px 1.3em -20px; - height: 32px; + height: 34px; background-color: #e5e5e5; } @@ -167,7 +166,7 @@ h5 { text-align: center; color: white; background-color: #999999; - height: 32px; + height: 34px; float: left; padding: 0px .75em 0px .75em; } @@ -178,8 +177,9 @@ h5 { font-size: 18px; color: #666666; background-color: #e5e5e5; - height: 26px; - padding: 6px 1em 0px 10px; + /* height: 26px; */ + padding: 6px 0px 0px 10px; + margin-bottom: 14px; } #main-box { -- 2.30.2