From b4cbb5a2291494b672de23da716113cca1222f7e Mon Sep 17 00:00:00 2001 From: spocky Date: Sat, 6 Jan 2007 00:45:06 +0000 Subject: 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). --- themes/greyblock/templates/default.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'themes') 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; } -- cgit