From eee98526c48b9154cd9e9bc8bc3e07769e6a39ea Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 22 Feb 2009 13:15:37 -0500 Subject: Rewrote Pillowcase NOTE: There is a new database schema now, so the database from the testing server has to be copied over to the production server, otherwise this code will fail. --- style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index 6894969..0699038 100755 --- a/style.css +++ b/style.css @@ -76,7 +76,7 @@ div.image { div#header h1 { text-indent: -9999px; - background-image: url(/title.png); + background-image: url(/images/title.png); height: 115px; width: 500px; } @@ -93,3 +93,7 @@ ul#archive { text-align: center; padding-left: 0; } + +a img { + border: 0; +} -- cgit 1.4.1