diff options
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index db73886e2..4f6d6c196 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2154,7 +2154,7 @@ a.mail-list-link { float: left; text-align: center; width: 120px; - overflow: clip; + overflow: hidden; } .profile-match-break, @@ -2162,3 +2162,6 @@ a.mail-list-link { clear: both; } +.side-link { + margin-bottom: 15px; +} |