diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-08 03:27:55 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-08 03:27:55 +0000 |
commit | 9a92a34e2c15942aae49b0928543079b23e9f874 (patch) | |
tree | 475f6f0af1afbed760433d67fa15f849f8ae40b7 /themes/classic/templates | |
parent | 3460950693c609876022a02eb5f42a59c768029e (diff) | |
download | ampache-9a92a34e2c15942aae49b0928543079b23e9f874.tar.gz ampache-9a92a34e2c15942aae49b0928543079b23e9f874.tar.bz2 ampache-9a92a34e2c15942aae49b0928543079b23e9f874.zip |
* New Play/Random icons (last ones I swear)
* Fixed up missing actions/icons on genre browse
* Fixed batch logic to show access denied, rather then
redirecting
* Fixed a minor css issue on classic that caused the
album art to float around
Diffstat (limited to 'themes/classic/templates')
-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 c9cc46f3..b1129833 100644 --- a/themes/classic/templates/default.css +++ b/themes/classic/templates/default.css @@ -553,7 +553,6 @@ margin-right:5em; .np_row { padding-top: 3px; padding-bottom: 3px; - display: block; } .np_cell { margin: 10px; |