Commit d9b7dd3be2afd232f0dfbf7a265aab48a196800d
1 parent
050fd6a6
+ fix font конфликт
Showing
2 changed files
with
2 additions
and
3 deletions
Show diff stats
css/style.css
... | ... | @@ -2,7 +2,7 @@ BODY,FORM{margin:0px;padding:0px;font-family: Arial, Tahoma, Helvetica, sans-ser |
2 | 2 | .fl{float:left;} |
3 | 3 | .fr{float:right;} |
4 | 4 | .both{clear:both;} |
5 | -body{background: url("/img/background.jpg") no-repeat center 0;} | |
5 | +body{background: #fff;} | |
6 | 6 | p{padding:0px;margin:4px 0px;} |
7 | 7 | |
8 | 8 | h1,h2{padding:0px;margin:0px;} | ... | ... |