diff options
Diffstat (limited to 'view/theme')
-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; } |