Browse Source

Quick fix for copyright and sidebar

Change the aside style to position absolute to fix copyright notice.
pull/4/merge
Danang Probo Sayekti 12 years ago
parent
commit
1554fb1394
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      themes/default/css/style.css

+ 2
- 3
themes/default/css/style.css 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;


Loading…
Cancel
Save