diff options
author | Friendika <info@friendika.com> | 2011-01-16 17:56:26 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-16 17:56:26 -0800 |
commit | 2e0a3e06938f159ebe3729a8d488de928e3230a5 (patch) | |
tree | b7a2296f8fcf66109fd095cc9162aaf3df8a8e1e /view | |
parent | 3811923c14b5a2be88104ea8069d0d0bb3d9800a (diff) | |
download | volse-hubzilla-2e0a3e06938f159ebe3729a8d488de928e3230a5.tar.gz volse-hubzilla-2e0a3e06938f159ebe3729a8d488de928e3230a5.tar.bz2 volse-hubzilla-2e0a3e06938f159ebe3729a8d488de928e3230a5.zip |
birthday notifications: missing div close
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/default/style.css | 2 | ||||
-rw-r--r-- | view/theme/duepuntozero/style.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index fd14c6bdd..d9e93bbe6 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -1979,5 +1979,5 @@ a.mail-list-link { } #birthday-wrapper { - margin-bottom: 15px; + margin-bottom: 20px; } diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 37670df01..7453ce212 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1876,5 +1876,5 @@ a.mail-list-link { } #birthday-wrapper { - margin-bottom: 15px; + margin-bottom: 20px; } |