background fix
This commit is contained in:
parent
b09550aa2d
commit
ca8bce99b9
5
flux.css
5
flux.css
@ -1,5 +1,8 @@
|
|||||||
|
html { height: 100%; }
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: rgb(40, 40, 40);
|
background: rgb(40, 40, 40);
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav.toc {
|
nav.toc {
|
||||||
@ -64,6 +67,8 @@ a:visited {
|
|||||||
article {
|
article {
|
||||||
background: white;
|
background: white;
|
||||||
line-height: 2em;
|
line-height: 2em;
|
||||||
|
min-height: 100%;
|
||||||
|
padding-bottom: 33%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Code */
|
/* Code */
|
||||||
|
Loading…
Reference in New Issue
Block a user