From ffae54c6d920593817de9b1370632d196615dc38 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 21 Feb 2009 13:27:16 -0500 Subject: Popped date to the left, fixing centering problems --- style.css | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 43e5568..6894969 100755 --- a/style.css +++ b/style.css @@ -1,6 +1,8 @@ div#wrap { margin: 0 auto; width: 31.25em; + padding: 0 3.5em; + position: relative; } div.post { @@ -8,24 +10,20 @@ div.post { } div.date { - float: left; background-color: #cccccc; text-align: center; text-transform: uppercase; font-family: Arial; padding: 4px; - margin-right: 4px; width: 3em; - height: 3.5em; + position: absolute; + left: 0; } div.title { - padding-top: 4px; - width: 28em; - min-height: 3.5em; - letter-spacing: -1px; - font-style: "Trebuchet MS", Tahoma, Arial; - line-height: 100%; + height: 3.65em; + font-size: 110%; + padding-top: 0.1em; } h1 { @@ -33,6 +31,12 @@ h1 { font-family: Arial; } +h2 { + text-align: center; + font-family: Arial; + margin: 0; +} + div.cleardiv { clear: both; } -- cgit 1.4.1