summary refs log tree commit diff stats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rwxr-xr-xstyle.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/style.css b/style.css index 6894969..0699038 100755 --- a/style.css +++ b/style.css
@@ -76,7 +76,7 @@ div.image {
76 76
77div#header h1 { 77div#header h1 {
78 text-indent: -9999px; 78 text-indent: -9999px;
79 background-image: url(/title.png); 79 background-image: url(/images/title.png);
80 height: 115px; 80 height: 115px;
81 width: 500px; 81 width: 500px;
82} 82}
@@ -93,3 +93,7 @@ ul#archive {
93 text-align: center; 93 text-align: center;
94 padding-left: 0; 94 padding-left: 0;
95} 95}
96
97a img {
98 border: 0;
99}