Commit d9b7dd3be2afd232f0dfbf7a265aab48a196800d

Authored by andryeyev
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;}
... ...
js/snowstorm.css
1 1  
2 2 .bg2 {
3   - background: none;
4   - font-family: Androgyne;
  3 + background: none;
5 4 background-image: url('/img/snow/s1.png'), url('/img/snow/s2.png'), url('/img/snow/s3.png');
6 5 min-height: 100%;
7 6 left: 0;
... ...