summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-03-20 22:32:22 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-03-20 22:32:22 +0000
commit13546d724aab3489eb049221d6454c4916670f1d (patch)
tree92bca6c78aa4dc2ba1850930be809172da3e494c /themes
parent5952330a729613745925db18e0c332d30c4558b4 (diff)
downloadampache-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.inc1
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'); ?>;