25 lines
299 B
CSS
Executable File
25 lines
299 B
CSS
Executable File
html {
|
|
position: relative;
|
|
min-height: 100%;
|
|
}
|
|
|
|
body {
|
|
/* Margin bottom for footer height */
|
|
margin-bottom: 60px;
|
|
}
|
|
|
|
/* Footer */
|
|
footer {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 60px;
|
|
line-height: 60px;
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
.mini-logo {
|
|
height: 22px;
|
|
padding-bottom: 5px;
|
|
}
|