diff options
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index f1f217059..98b8cd43e 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1788,6 +1788,12 @@ a.mail-list-link { list-style-type: none; } +#sidebar-group-list .icon { + display: inline-block; + height: 12px; + width: 12px; +} + #sidebar-group-list li { margin-top: 10px; } |