summary refs log tree commit diff stats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-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 {