website: Add a 1em right margin

This stops the text and pre-boxes from touching the right border.
This commit is contained in:
Matthias Bolte 2010-02-04 16:36:36 +01:00
parent bfc34dca3b
commit b56fbbad0b

View File

@ -30,6 +30,7 @@ h2, h3, h4, h5, h6 {
#content {
margin-left: 230px;
margin-right: 1em;
padding: 0px;
padding-bottom: 1em;
}