diff options
author | Siri Reiter <siri@jones.dk> | 2010-10-14 23:08:32 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2010-10-14 23:08:32 +0200 |
commit | e9d6c4a93a2a91844202522e18cf8c88dd59c546 (patch) | |
tree | ef308a41e72779e842ced6a479510a7b791bd1e5 | |
parent | 562895c69b2500bcede1da17e3ee84670a4cda10 (diff) |
Pageheader background image is png.
-rw-r--r-- | local.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ DIV.header span { DIV.pageheader { background-color: white; - background-image: icon.jpg; + background-image: icon.png; height: 110px; margin: 19px; } |