diff options
author | spocky <spocky@ampache> | 2007-01-06 00:45:06 +0000 |
---|---|---|
committer | spocky <spocky@ampache> | 2007-01-06 00:45:06 +0000 |
commit | b4cbb5a2291494b672de23da716113cca1222f7e (patch) | |
tree | 4342ea4000de710e47d3f96233a217b526ff2256 /themes | |
parent | dfde4e4ef702a2a928031bd5a8a7e30fc1cbdfd8 (diff) | |
download | ampache-b4cbb5a2291494b672de23da716113cca1222f7e.tar.gz ampache-b4cbb5a2291494b672de23da716113cca1222f7e.tar.bz2 ampache-b4cbb5a2291494b672de23da716113cca1222f7e.zip |
fixed a minor issue with truncated genres in sidebar
cleaned up *cough* a little bit *cough* base css file (remind me not to clean anything like this one).
Diffstat (limited to 'themes')
-rw-r--r-- | themes/greyblock/templates/default.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/themes/greyblock/templates/default.css b/themes/greyblock/templates/default.css index 14719793..da4a6643 100644 --- a/themes/greyblock/templates/default.css +++ b/themes/greyblock/templates/default.css @@ -187,7 +187,10 @@ } #content { - float: none; + top:90px; + float: none; + margin-top:7px; + margin-left:135px; background-color: #8B8B8B; } |