diff options
author | Friendika <info@friendika.com> | 2011-05-24 20:56:49 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-24 20:56:49 -0700 |
commit | 323938144706584775794937abcb23179ee1a20b (patch) | |
tree | 728b4b9c4e5fb611db6caeab899ba83fdb91e414 /view/theme/loozah | |
parent | 703ab6f5eea5eb1c9f72bd43d44d20f76f1e74fe (diff) | |
download | volse-hubzilla-323938144706584775794937abcb23179ee1a20b.tar.gz volse-hubzilla-323938144706584775794937abcb23179ee1a20b.tar.bz2 volse-hubzilla-323938144706584775794937abcb23179ee1a20b.zip |
better margins
Diffstat (limited to 'view/theme/loozah')
-rw-r--r-- | view/theme/loozah/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 753998347..10e252f87 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -2446,6 +2446,9 @@ a.mail-list-link { float: left; background-image: url('../../../images/content-types.gif'); } +.attachlink { + margin: 10px 10px 0px 0px; +} .type-video { background-position: 0px; 0px; } .type-image { background-position: -20px; 0px; } |