diff options
author | Friendika <info@friendika.com> | 2011-05-24 20:41:29 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-24 20:41:29 -0700 |
commit | 87de83997499a380ef26d72acb6d5fd3df91e95b (patch) | |
tree | fdfe20c08b8ec5e49232731c93a7dec865161758 /view/theme/dispy | |
parent | 44477397024df511b5b72fdace60978dd7816fb6 (diff) | |
download | volse-hubzilla-87de83997499a380ef26d72acb6d5fd3df91e95b.tar.gz volse-hubzilla-87de83997499a380ef26d72acb6d5fd3df91e95b.tar.bz2 volse-hubzilla-87de83997499a380ef26d72acb6d5fd3df91e95b.zip |
attachment display
Diffstat (limited to 'view/theme/dispy')
-rw-r--r-- | view/theme/dispy/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index 9ef5df0ce..a72f8c60c 100644 --- a/view/theme/dispy/style.css +++ b/view/theme/dispy/style.css @@ -807,6 +807,7 @@ section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;} .attachtype { display: block; width: 20px; height: 23px; + padding: 3px; background-image: url('../../../images/content-types.gif'); } |