Fix margins on <p> tags.
This commit is contained in:
parent
458cb83b47
commit
54f2c71e71
4
docs/_static/style.css
vendored
4
docs/_static/style.css
vendored
@ -17,6 +17,10 @@ body {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin-bottom: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
div.document {
|
div.document {
|
||||||
margin: 10px auto 0 auto;
|
margin: 10px auto 0 auto;
|
||||||
max-width: 940px; /* page width */
|
max-width: 940px; /* page width */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user