This commit is contained in:
Jeena Paradies 2012-11-28 22:51:50 +01:00
parent 50e582bafc
commit d7065afee5
4 changed files with 5 additions and 3 deletions

View file

@ -1,12 +1,13 @@
html, body {
margin: 0;
padding: 0;
min-height: 100%;
}
body {
font-family: "Lucida Grande", Tahoma, sans-serif;
font-size: 11px;
background: #dedede url(../img/Icon.png) bottom center no-repeat;
background: #dedede url(../img/background.png) center center no-repeat;
}
a {