From d2dd7b9dd02fc6fdf2f499427dfd6db389cb4e99 Mon Sep 17 00:00:00 2001 From: Krivchikov Dmitry Date: Thu, 3 Apr 2014 16:55:54 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=BD=D1=91=D1=81=20?= =?UTF-8?q?=D0=B0=D0=B2=D1=82=D0=BE=D0=BB=D0=BE=D0=B0=D0=B4,=20=D1=83?= =?UTF-8?q?=D0=B1=D1=80=D0=B0=D0=BB=20=D0=BC=D0=B5=D0=BD=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ground/app.php | 23 ++++++++++++++++++++++- ground/views/layout.php | 4 ---- public/css/style.css | 4 ++-- public/index.php | 29 +++-------------------------- 4 files changed, 27 insertions(+), 33 deletions(-) diff --git a/ground/app.php b/ground/app.php index 14e24a6..966be53 100644 --- a/ground/app.php +++ b/ground/app.php @@ -1,5 +1,26 @@

WikiPoints

- Главная | - Точки | - Выбранная точка | - Категории
diff --git a/public/css/style.css b/public/css/style.css index 4327cff..d9c320a 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -11,6 +11,6 @@ body {margin: 0; padding: 0; height: 100%;} div#map {width: 100%; height: 100%;} div.infoCard {width: 400px;} div.infoCard img {width: 200px; float: left; margin: 0 10px 5px 0;} -div.header {display: block; position: absolute; top: 0; left: 115px; border-radius: 0 0 5px 5px; z-index: 1000; background-color: #FFF; padding: 5px 10px;} -div.header h1 {display: inline; margin-right: 25px; color: #555;} +div.header {display: block; position: absolute; top: 0; left: 110px; border-radius: 0 0 5px 5px; z-index: 1000; background-color: #FFF; padding: 5px 10px;} +div.header h1 {display: inline; color: #555;} div.add {cursor: pointer;} \ No newline at end of file diff --git a/public/index.php b/public/index.php index fee0709..c5f48d0 100644 --- a/public/index.php +++ b/public/index.php @@ -1,29 +1,6 @@