diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-07-24 05:02:50 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-07-24 05:02:50 +0000 |
commit | d7f75d16b5ef190eb0bad3c7e9fcbd1e248c5a41 (patch) | |
tree | 4eb95868731f087a78a1da1cf92abf31ac48bc0c /themes/classic | |
parent | a74d0b7163c8755e23598997c364bc75a18f943e (diff) | |
download | ampache-d7f75d16b5ef190eb0bad3c7e9fcbd1e248c5a41.tar.gz ampache-d7f75d16b5ef190eb0bad3c7e9fcbd1e248c5a41.tar.bz2 ampache-d7f75d16b5ef190eb0bad3c7e9fcbd1e248c5a41.zip |
added album and artist dynamic options, tweaked display and how you add em... still not happy with it, but good enough for now
Diffstat (limited to 'themes/classic')
-rw-r--r-- | themes/classic/templates/default.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css index 962e268d..c4586855 100644 --- a/themes/classic/templates/default.css +++ b/themes/classic/templates/default.css @@ -181,6 +181,11 @@ h3#content_title span { float:left; margin-right:3px; } +#rightbar-bottom span { + padding-left:10px; + display:block; +} + #current_playlist { clear:left; } |