#32: Fix, and it's rather wonderful.

This commit is contained in:
simon 2017-09-10 20:02:58 +01:00
parent b6a2bdd4bc
commit 420dcb8016
4 changed files with 382 additions and 42 deletions

View file

@ -34,7 +34,7 @@ del {
color: red;
}
div.content, form, p, pre, h1, h2, h3, h4, h5 {
div.content, div.error, div.message, form, p, pre, h1, h2, h3, h4, h5 {
padding: 0.1em 5% 0 5%;
}
@ -42,6 +42,14 @@ dl, menu, ol, table, ul {
margin: 0.25em 5%;
}
dt {
font-weight: bold;
}
dd {
font-style: italic;
}
/* footer of the page - not-editable, provided by Smeagol */
footer {
border-top: thin solid gray;