Quick fix for copyright and sidebar

Change the aside style to position absolute to fix copyright notice.
This commit is contained in:
Danang Probo Sayekti 2014-01-03 18:32:57 +07:00
commit 1554fb1394

View file

@ -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;