summaryrefslogtreecommitdiffstats
path: root/themes/greyblock/templates/default.css
diff options
context:
space:
mode:
authorspocky <spocky@ampache>2007-01-06 00:45:06 +0000
committerspocky <spocky@ampache>2007-01-06 00:45:06 +0000
commitb4cbb5a2291494b672de23da716113cca1222f7e (patch)
tree4342ea4000de710e47d3f96233a217b526ff2256 /themes/greyblock/templates/default.css
parentdfde4e4ef702a2a928031bd5a8a7e30fc1cbdfd8 (diff)
downloadampache-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/greyblock/templates/default.css')
-rw-r--r--themes/greyblock/templates/default.css5
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;
}