mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 19:26:08 +05:30
Quick fix for copyright and sidebar
Change the aside style to position absolute to fix copyright notice.
This commit is contained in:
parent
bc6965f336
commit
1554fb1394
1 changed files with 2 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue