css: better align headers, do not allow for...

...runaway paragraphs
This commit is contained in:
Thomas Gelf 2016-12-14 14:56:59 +01:00
parent ade7b1415e
commit 4c5adda4bf
1 changed files with 8 additions and 0 deletions

View File

@ -5,10 +5,18 @@
}
}
div.controls h1 {
padding-top: 0.5em;
}
h1 {
margin-bottom: 0.5em;
}
p {
max-width: 48em;
}
table.common-table {
a {
color: inherit;