summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2009-02-21 11:16:49 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2009-02-21 11:16:49 -0500
commit7aa9ac5d5cc30752f7f7ae267492eaec2a917570 (patch)
tree46d763cac08219921152315ea999398135c61c7e
parent7173bb12bcfaf46d497174172e0af100ceb5964a (diff)
downloadpillowcase-7aa9ac5d5cc30752f7f7ae267492eaec2a917570.tar.gz
pillowcase-7aa9ac5d5cc30752f7f7ae267492eaec2a917570.tar.bz2
pillowcase-7aa9ac5d5cc30752f7f7ae267492eaec2a917570.zip
Better centered title text
-rwxr-xr-xstyle.css11
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
22div.title { 22div.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
34h1 { 31h1 {
@@ -69,8 +66,8 @@ ul.navbar {
69} 66}
70 67
71div.image { 68div.image {
72 margin: 0 auto; 69 text-align: center;
73 width: 250px; 70 clear: both;
74} 71}
75 72
76div#header h1 { 73div#header h1 {