blob: 6182bfaeeca26db8bcb1bd0b8761cd62c234150f [file] [log] [blame]
root, document, section, info, para {
display: block;
}
root {
background: #fff;
color: #000;
}
root, document, section {
height: 100%;
min-height: 100%;
}
section {
position: relative;
padding-bottom: 2em;
}
para {
color: silver;
}
info {
background-color: green;
color: #fff;
font-weight: bold;
width: 100%;
position: absolute;
bottom: 0;
left: 0;
height: 2em;
margin-bottom: -2em;
}