Add border left and right to default style

This commit is contained in:
Stefan Ritter 2012-02-03 16:34:46 +01:00
parent e26061ca26
commit bb9934781d
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ body, html {
font-family: "PT Sans Narrow", sans-serif;
font-size: 12pt;
color: #000;
box-shadow: 3px 0px 20px #000;
padding: 0px 5px 0px 5px;
}
img {