diff options
author | Friendika <info@friendika.com> | 2011-06-09 00:58:45 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-09 00:58:45 -0700 |
commit | d371241e66c4a68ef45415ac7c4ffe5283b3bff0 (patch) | |
tree | 37e01ab1a126649be7c4a61bdb94fb3a2a209ecc /view | |
parent | 894dfde122639cbcb90e4a07143fbe2f1d5c124a (diff) | |
download | volse-hubzilla-d371241e66c4a68ef45415ac7c4ffe5283b3bff0.tar.gz volse-hubzilla-d371241e66c4a68ef45415ac7c4ffe5283b3bff0.tar.bz2 volse-hubzilla-d371241e66c4a68ef45415ac7c4ffe5283b3bff0.zip |
events
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/duepuntozero/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 61a897904..68edd02b9 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2227,6 +2227,10 @@ a.mail-list-link { font-size: 24px; } +#new-event-link { + margin-bottom: 10px; +} + .event-description:before { content: url('../../../images/calendar.png'); margin-right: 15px; |