diff options
author | thomascube <thomas@roundcube.net> | 2011-12-14 09:35:22 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-12-14 09:35:22 +0000 |
commit | 28e18c75ef693740edc05e7474cf52452cc76157 (patch) | |
tree | 228a2a67f3743c7f51dc48eb83bfac6840594595 /skins/larry/settings.css | |
parent | 0ea1f1e4ef4d45e89874f99d48a928ac4252ccb0 (diff) |
More CSS styling for Larry
Diffstat (limited to 'skins/larry/settings.css')
-rw-r--r-- | skins/larry/settings.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/skins/larry/settings.css b/skins/larry/settings.css index 13c011587..70e3599ae 100644 --- a/skins/larry/settings.css +++ b/skins/larry/settings.css @@ -42,7 +42,8 @@ } #sections-table tbody td.section, -#settings-sections span.listitem a { +#settings-sections span.listitem a, +#settings-sections span.tablink a { padding-left: 36px; background: url(images/listicons.png) -100px 0 no-repeat; } |