diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/basestyle.inc.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/basestyle.inc.php b/templates/basestyle.inc.php index f08b1486..e07a30fb 100644 --- a/templates/basestyle.inc.php +++ b/templates/basestyle.inc.php @@ -278,6 +278,9 @@ color: <?php echo conf('font_color3'); ?>; border:1px solid <?php echo conf('base_color2'); ?>; } + .np_row { + clear: both; + } .np_cell { float: left; margin: 10px; |