diff options
author | Friendika <info@friendika.com> | 2011-10-13 01:00:06 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-13 01:00:06 -0700 |
commit | 2911bf9434cb1a061ff32d41894ee0dd09ed3993 (patch) | |
tree | dee7dfc7d2995e6e0292d6f9968eff7d82c46224 /view | |
parent | ac3a6d1d1ed8f322bd14e2675a07ab1836d83a85 (diff) | |
download | volse-hubzilla-2911bf9434cb1a061ff32d41894ee0dd09ed3993.tar.gz volse-hubzilla-2911bf9434cb1a061ff32d41894ee0dd09ed3993.tar.bz2 volse-hubzilla-2911bf9434cb1a061ff32d41894ee0dd09ed3993.zip |
sql issue item_store
Diffstat (limited to 'view')
-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 40c3cb81b..9bb866e76 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1861,7 +1861,7 @@ a.mail-list-link { .widget { border: 1px solid #DDDDDD; - padding: 5px; + padding: 8px; margin-top: 5px; -moz-border-radius:5px; -webkit-border-radius:5px; |