diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-20 22:32:22 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-20 22:32:22 +0000 |
commit | 13546d724aab3489eb049221d6454c4916670f1d (patch) | |
tree | 92bca6c78aa4dc2ba1850930be809172da3e494c /themes | |
parent | 5952330a729613745925db18e0c332d30c4558b4 (diff) | |
download | ampache-13546d724aab3489eb049221d6454c4916670f1d.tar.gz ampache-13546d724aab3489eb049221d6454c4916670f1d.tar.bz2 ampache-13546d724aab3489eb049221d6454c4916670f1d.zip |
fixed preferences thx warreng
Diffstat (limited to 'themes')
-rw-r--r-- | themes/greyblock/templates/style.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/greyblock/templates/style.inc b/themes/greyblock/templates/style.inc index 204c074e..cb21634e 100644 --- a/themes/greyblock/templates/style.inc +++ b/themes/greyblock/templates/style.inc @@ -66,6 +66,7 @@ { padding-left:5px; padding-top:5px; + display: table-cell; margin-bottom:10px; background-color: <?php echo conf('base_color1'); ?>; border-right:2px solid <?php echo conf('bg_color2'); ?>; |