diff options
author | Friendika <info@friendika.com> | 2011-05-25 20:01:53 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-25 20:01:53 -0700 |
commit | 61b730d567ac4bb648a8d4399f35ca0d32328d40 (patch) | |
tree | 15800c719b979fa5b06a1887f05ec8d088d9ab37 /view/theme/duepuntozero | |
parent | 3710a6fd070c7736e68b2f88ddd2c159b596da81 (diff) | |
download | volse-hubzilla-61b730d567ac4bb648a8d4399f35ca0d32328d40.tar.gz volse-hubzilla-61b730d567ac4bb648a8d4399f35ca0d32328d40.tar.bz2 volse-hubzilla-61b730d567ac4bb648a8d4399f35ca0d32328d40.zip |
cleanup content type icons
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index f44931a5f..2bac4238e 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2434,7 +2434,7 @@ a.mail-list-link { .attachtype { display: block; width: 20px; height: 23px; float: left; - background-image: url('../../../images/content-types.gif'); + background-image: url('../../../images/content-types.png'); } .body-attach { |