summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/basestyle.inc.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/templates/basestyle.inc.php b/templates/basestyle.inc.php
index e07a30fb..b27c6bdc 100644
--- a/templates/basestyle.inc.php
+++ b/templates/basestyle.inc.php
@@ -278,11 +278,15 @@
color: <?php echo conf('font_color3'); ?>;
border:1px solid <?php echo conf('base_color2'); ?>;
}
+ #nowplaying {
+ background: <?php echo conf('base_color1'); ?>;
+ }
.np_row {
- clear: both;
+ display:block;
+ background: <?php echo conf('base_color2'); ?>;
}
.np_cell {
- float: left;
+ display: inline;
margin: 10px;
}
-->