diff --git a/ground/views/layout.php b/ground/views/layout.php index cf312dc..7ce8c39 100644 --- a/ground/views/layout.php +++ b/ground/views/layout.php @@ -36,6 +36,7 @@ + diff --git a/ground/views/layoutPage.php b/ground/views/layoutPage.php index ae550ab..f20dc3f 100644 --- a/ground/views/layoutPage.php +++ b/ground/views/layoutPage.php @@ -22,6 +22,8 @@ + + diff --git a/ground/views/point.php b/ground/views/point.php index 8fea27b..e97bec9 100644 --- a/ground/views/point.php +++ b/ground/views/point.php @@ -107,7 +107,7 @@
-

Это интересно: name ?>

+

Это интересно: name ?>

description, 0, 400, 'UTF-8') ?>... читать далее » diff --git a/public/css/style.css b/public/css/style.css index bda043b..68bf02e 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -8,6 +8,9 @@ html {height: 100%;} body {margin: 0; padding: 0; height: 100%; width: 100%; overflow: hidden;} +html body h1 {font-family: Ubuntu, inherit;} +html body h2 {font-family: Ubuntu, inherit;} +html body h3 {font-family: Ubuntu, inherit;} div#map {width: 100%; position: absolute; top: 0; bottom: 0px;} body.openBox div#map {right: 250px;} div.clear {clear: both;}