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