From c7bc5aee56badce6816affba28a8aba55bb0e12e Mon Sep 17 00:00:00 2001 From: Krivchikov Dmitry Date: Wed, 16 Apr 2014 10:40:37 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9A=D1=83=D1=80=D1=81=D0=BE=D1=80=20=D0=BD?= =?UTF-8?q?=D0=B0=20=D0=BB=D0=BE=D0=B3=D0=BE=D1=82=D0=B8=D0=BF=D0=B5=20?= =?UTF-8?q?=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=20=D0=BD=D0=B0=20?= =?UTF-8?q?=D1=81=D1=82=D1=80=D0=B5=D0=BB=D0=BA=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/style.css b/public/css/style.css index dad578a..f5e135a 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -12,7 +12,7 @@ div#map {width: 100%; position: absolute; top: 0; bottom: 50px;} div.infoCard h3 {text-align: center; margin-top: 0;} div.infoCard img {width: 200px; float: left; margin: 0 10px 5px 0;} 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: #333; cursor: pointer;} +div.header h1 {display: inline; color: #333; cursor: default;} div.header span.mainMenu {display: none;} div.header:hover span.mainMenu {display: block;} div.add {cursor: pointer;}