26 lines
207 B
CSS
26 lines
207 B
CSS
|
|
||
|
.bottom {
|
||
|
position: fixed;
|
||
|
bottom: 0;
|
||
|
width: 100%;
|
||
|
text-align: center;
|
||
|
padding: 10px;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
/* core overrides */
|
||
|
a { white-space: nowrap; }
|
||
|
|
||
|
|
||
|
|
||
|
div[content] {
|
||
|
display: inline;
|
||
|
}
|