From 7aa9ac5d5cc30752f7f7ae267492eaec2a917570 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 21 Feb 2009 11:16:49 -0500 Subject: Better centered title text --- style.css | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/style.css b/style.css index 98f9e88..43e5568 100755 --- a/style.css +++ b/style.css @@ -20,15 +20,12 @@ div.date { } div.title { - padding: 4px; - width: 25em; - margin-bottom: 1em; + padding-top: 4px; + width: 28em; min-height: 3.5em; - margin: 0px 0px 2px; letter-spacing: -1px; font-style: "Trebuchet MS", Tahoma, Arial; line-height: 100%; - padding-bottom: 3px; } h1 { @@ -69,8 +66,8 @@ ul.navbar { } div.image { - margin: 0 auto; - width: 250px; + text-align: center; + clear: both; } div#header h1 { -- cgit 1.4.1