diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-28 02:44:31 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-28 02:44:31 +0000 |
commit | 223143ed3a95ad59ff2945f6746da73992012354 (patch) | |
tree | ea735da45550f98dbd6adc23f35df957ea13f84e /themes/classic | |
parent | 936c78c2b8f0e5fdeaea81e9758d277a90ea62ad (diff) | |
download | ampache-223143ed3a95ad59ff2945f6746da73992012354.tar.gz ampache-223143ed3a95ad59ff2945f6746da73992012354.tar.bz2 ampache-223143ed3a95ad59ff2945f6746da73992012354.zip |
fixed display of now playing and fixed ordering of themes in preferences
Diffstat (limited to 'themes/classic')
-rw-r--r-- | themes/classic/templates/default.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css index ddc3b459..e9c2ff89 100644 --- a/themes/classic/templates/default.css +++ b/themes/classic/templates/default.css @@ -519,7 +519,6 @@ margin-right:5em; .np_row { padding-top: 3px; padding-bottom: 3px; - display: block; } .np_cell { margin: 10px; |