fixed #47
This commit is contained in:
parent
50e582bafc
commit
d7065afee5
4 changed files with 5 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Reference in a new issue