/docs/wiki/style.css: add bottom padding to the page
This commit is contained in:
parent
f4fccc08c4
commit
241e72be1a
@ -1,9 +1,9 @@
|
||||
/* https://wiki.c2.com/?WikiStyle */
|
||||
body { margin: 1em 2.3em 1em 1.5em; zoom: 150%}
|
||||
h1 { font-size: 2.1em;
|
||||
body { margin: 1em 2.3em 1em 1.5em; zoom: 150%; padding-bottom: 50px;}
|
||||
h1 { font-size: 2.1em;
|
||||
font-weight: bold;
|
||||
}
|
||||
p { margin-left: 0.2em;
|
||||
p { margin-left: 0.2em;
|
||||
}
|
||||
blockquote {
|
||||
font-style: normal;
|
||||
@ -15,5 +15,5 @@ pre { margin: 0em 3em 0em 2em;
|
||||
font-size: 0.85em;
|
||||
white-space: pre;
|
||||
}
|
||||
hr { color: rgb(30%,30%,60%);
|
||||
hr { color: rgb(30%,30%,60%);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user