diff options
author | Friendika <info@friendika.com> | 2011-11-10 19:53:13 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-11-10 19:53:13 -0800 |
commit | 02f21fb74c954a4b3ba356c72fe28d62ce52039a (patch) | |
tree | 57e56a6c44edc388099524708586f5bc17f082b6 /view/theme/duepuntozero | |
parent | 199da623ff8895e7aaec27599abb09dadd110d47 (diff) | |
download | volse-hubzilla-02f21fb74c954a4b3ba356c72fe28d62ce52039a.tar.gz volse-hubzilla-02f21fb74c954a4b3ba356c72fe28d62ce52039a.tar.bz2 volse-hubzilla-02f21fb74c954a4b3ba356c72fe28d62ce52039a.zip |
some testbubble fixes
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; } |