diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-05-13 18:38:19 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-05-13 18:38:19 +0000 |
commit | 1a6ae62569dbc5603a361a488641950cc317ac3d (patch) | |
tree | 130afc63e183c49559572e0ccf93f5cdcd89d7cf /themes/classic | |
parent | dccdeba838129a5a3805c7669ec0a6328269f738 (diff) | |
download | ampache-1a6ae62569dbc5603a361a488641950cc317ac3d.tar.gz ampache-1a6ae62569dbc5603a361a488641950cc317ac3d.tar.bz2 ampache-1a6ae62569dbc5603a361a488641950cc317ac3d.zip |
flushed out the album view and added a few more features removed unused icons
Diffstat (limited to 'themes/classic')
-rw-r--r-- | themes/classic/templates/default.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css index 1fd7391e..6a08299d 100644 --- a/themes/classic/templates/default.css +++ b/themes/classic/templates/default.css @@ -96,6 +96,9 @@ input { color:#999; font-size:10px; } +#footer-content { + font-size:10px; +} /************************************************/ |