diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2009-02-21 11:16:49 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2009-02-21 11:16:49 -0500 |
commit | 7aa9ac5d5cc30752f7f7ae267492eaec2a917570 (patch) | |
tree | 46d763cac08219921152315ea999398135c61c7e | |
parent | 7173bb12bcfaf46d497174172e0af100ceb5964a (diff) | |
download | pillowcase-7aa9ac5d5cc30752f7f7ae267492eaec2a917570.tar.gz pillowcase-7aa9ac5d5cc30752f7f7ae267492eaec2a917570.tar.bz2 pillowcase-7aa9ac5d5cc30752f7f7ae267492eaec2a917570.zip |
Better centered title text
-rwxr-xr-x | style.css | 11 |
1 files 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 { | |||
20 | } | 20 | } |
21 | 21 | ||
22 | div.title { | 22 | div.title { |
23 | padding: 4px; | 23 | padding-top: 4px; |
24 | width: 25em; | 24 | width: 28em; |
25 | margin-bottom: 1em; | ||
26 | min-height: 3.5em; | 25 | min-height: 3.5em; |
27 | margin: 0px 0px 2px; | ||
28 | letter-spacing: -1px; | 26 | letter-spacing: -1px; |
29 | font-style: "Trebuchet MS", Tahoma, Arial; | 27 | font-style: "Trebuchet MS", Tahoma, Arial; |
30 | line-height: 100%; | 28 | line-height: 100%; |
31 | padding-bottom: 3px; | ||
32 | } | 29 | } |
33 | 30 | ||
34 | h1 { | 31 | h1 { |
@@ -69,8 +66,8 @@ ul.navbar { | |||
69 | } | 66 | } |
70 | 67 | ||
71 | div.image { | 68 | div.image { |
72 | margin: 0 auto; | 69 | text-align: center; |
73 | width: 250px; | 70 | clear: both; |
74 | } | 71 | } |
75 | 72 | ||
76 | div#header h1 { | 73 | div#header h1 { |