fixed css a bit and logout
This commit is contained in:
parent
69c5c270ad
commit
92ad94c1d8
3 changed files with 6 additions and 3 deletions
|
@ -291,12 +291,14 @@ canvas {
|
|||
#full .article {
|
||||
clear: both;
|
||||
padding-top: 1em;
|
||||
padding-bottom: 2.8em;
|
||||
font-size: 1.3em;
|
||||
}
|
||||
|
||||
#full footer.bar {
|
||||
bottom: 0;
|
||||
margin: auto 0 0 0;
|
||||
position: relative;
|
||||
position: fixed;
|
||||
height: 3.8em;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue