projects
/
website
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Kanonische Links über _canonical realisiert
[website]
/
less
/
screen
/
footer-sticky.less
1
/** Make the footer sticky */
2
html, body
3
{
4
height: 100%;
5
}
6
#page
7
{
8
position: relative;
9
min-height: 100%;
10
}
11
#footer
12
{
13
position: absolute;
14
left: 0;
15
right: 0;
16
bottom: 0;
17
}