diff options
Diffstat (limited to 'templates/show_box_top.inc.php')
-rw-r--r-- | templates/show_box_top.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_box_top.inc.php b/templates/show_box_top.inc.php index d632150e..42bda20d 100644 --- a/templates/show_box_top.inc.php +++ b/templates/show_box_top.inc.php @@ -30,5 +30,5 @@ $class = $class ? $class : 'box'; <?php if ($title) { ?> <h3 class="box-title"><?php echo $title; ?></h3> <?php } ?> - <div class="box-content"> + <div class="box-content clearfix"> |