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