diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-12-28 22:26:51 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-12-28 22:26:51 +0000 |
commit | d17138068ae8dd7b87cdff11bdd0735028c2409d (patch) | |
tree | 679463035e1a81f019303fa7fde229806bd7aa2b /themes/classic | |
parent | b2b41d6c4a67f82c49e90e6f705f1700cd32a1aa (diff) | |
download | ampache-d17138068ae8dd7b87cdff11bdd0735028c2409d.tar.gz ampache-d17138068ae8dd7b87cdff11bdd0735028c2409d.tar.bz2 ampache-d17138068ae8dd7b87cdff11bdd0735028c2409d.zip |
fix a display issue with the now playing that caused it to split up the results
Diffstat (limited to 'themes/classic')
-rw-r--r-- | themes/classic/templates/default.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css index 6e9542e9..0f236ff1 100644 --- a/themes/classic/templates/default.css +++ b/themes/classic/templates/default.css @@ -609,8 +609,9 @@ dt:hover, dt:hover + dd {background:#9cf;} .np_row {
padding: 3px;
float:left;
- clear:both;
font-size:0.75em;
+ display:block;
+
}
.np_cell {
padding-left:5px;
|