From 1554fb139422955609ae3753b9c2a31ade872e8c Mon Sep 17 00:00:00 2001 From: Danang Probo Sayekti Date: Fri, 3 Jan 2014 18:32:57 +0700 Subject: [PATCH] Quick fix for copyright and sidebar Change the aside style to position absolute to fix copyright notice. --- themes/default/css/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/themes/default/css/style.css b/themes/default/css/style.css index 3400d6e..a5799c2 100644 --- a/themes/default/css/style.css +++ b/themes/default/css/style.css @@ -258,7 +258,7 @@ blockquote { -----------------------------*/ aside{ - position: fixed; + position: absolute; width: 250px; height: auto; top: 0; @@ -316,8 +316,7 @@ aside .menu ul li a:hover{ } aside .copyright { - position: absolute; - bottom: 20px; + padding-top:1.2em; color: #888; font: 11px Georgia, sans-serif; font-weight: normal;