diff options
Diffstat (limited to 'templates/basestyle.inc.php')
-rw-r--r-- | templates/basestyle.inc.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/basestyle.inc.php b/templates/basestyle.inc.php index ff8dc0f2..8e2f49e1 100644 --- a/templates/basestyle.inc.php +++ b/templates/basestyle.inc.php @@ -260,9 +260,11 @@ border-left:2px solid <?php echo conf('bg_color2'); ?>; border-top:2px solid <?php echo conf('bg_color2'); ?>; } - .text-action { + .text-action, .text-action li { margin-top:5px; + list-style: none; margin-bottom:5px; + padding-left:0px; } .text-action a { background: <?php echo conf('base_color2'); ?>; |