diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2009-02-22 13:15:37 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2009-02-22 13:15:37 -0500 |
commit | eee98526c48b9154cd9e9bc8bc3e07769e6a39ea (patch) | |
tree | 9d8d719a2ccea91de86435ccd985241ddb3fa0cb /style.css | |
parent | 653c7b3a488488d4b161a8fae41ada5851bf7685 (diff) | |
download | pillowcase-eee98526c48b9154cd9e9bc8bc3e07769e6a39ea.tar.gz pillowcase-eee98526c48b9154cd9e9bc8bc3e07769e6a39ea.tar.bz2 pillowcase-eee98526c48b9154cd9e9bc8bc3e07769e6a39ea.zip |
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.
Diffstat (limited to 'style.css')
-rwxr-xr-x | style.css | 6 |
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 | ||
77 | div#header h1 { | 77 | div#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 | |||
97 | a img { | ||
98 | border: 0; | ||
99 | } | ||