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 @@