From 15b6f39c5e18d7da8ffe2c1e7125a58f55608889 Mon Sep 17 00:00:00 2001 From: Krivchikov Dmitry Date: Mon, 4 Jan 2016 00:32:57 +0300 Subject: [PATCH] =?UTF-8?q?ADD=20=D0=B0=D0=BB=D1=8C=D1=82=D0=B5=D1=80?= =?UTF-8?q?=D0=BD=D0=B0=D1=82=D0=B8=D0=B2=D0=BD=D1=8B=D0=B9=20=D1=88=D1=80?= =?UTF-8?q?=D0=B8=D1=84=D1=82=20=D0=B4=D0=BB=D1=8F=20=D0=B7=D0=B0=D0=B3?= =?UTF-8?q?=D0=BE=D0=BB=D0=BE=D0=B2=D0=BA=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index 4156c62..daa6be3 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -8,9 +8,9 @@ html {height: 100%;} body {margin: 0; padding: 0; height: 100%; width: 100%; overflow: hidden;} -html body h1 {font-family: Ubuntu;} -html body h2 {font-family: Ubuntu;} -html body h3 {font-family: Ubuntu;} +html body h1 {font-family: Ubuntu, sans-serif;} +html body h2 {font-family: Ubuntu, sans-serif;} +html body h3 {font-family: Ubuntu, sans-serif;} div#map {width: 100%; position: absolute; top: 0; bottom: 0px;} body.openBox div#map {right: 250px;} div.clear {clear: both;}