From d9b7dd3be2afd232f0dfbf7a265aab48a196800d Mon Sep 17 00:00:00 2001 From: andryeyev Date: Fri, 11 Dec 2015 17:43:20 +0200 Subject: [PATCH] + fix font конфликт --- css/style.css | 2 +- js/snowstorm.css | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index bb31120..94aa6d8 100644 --- a/css/style.css +++ b/css/style.css @@ -2,7 +2,7 @@ BODY,FORM{margin:0px;padding:0px;font-family: Arial, Tahoma, Helvetica, sans-ser .fl{float:left;} .fr{float:right;} .both{clear:both;} -body{background: url("/img/background.jpg") no-repeat center 0;} +body{background: #fff;} p{padding:0px;margin:4px 0px;} h1,h2{padding:0px;margin:0px;} diff --git a/js/snowstorm.css b/js/snowstorm.css index 21233b2..63754e7 100644 --- a/js/snowstorm.css +++ b/js/snowstorm.css @@ -1,7 +1,6 @@ .bg2 { - background: none; - font-family: Androgyne; + background: none; background-image: url('/img/snow/s1.png'), url('/img/snow/s2.png'), url('/img/snow/s3.png'); min-height: 100%; left: 0; -- libgit2 0.21.4