diff options
Diffstat (limited to 'themes/greyblock/templates')
-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; } |