diff --git a/ground/views/layout.php b/ground/views/layout.php index b591840..5103e91 100644 --- a/ground/views/layout.php +++ b/ground/views/layout.php @@ -18,8 +18,53 @@
-

WikiPoints

+

WikiPoints

+ + О проекте + | + Как пользоваться +
+ + \ No newline at end of file diff --git a/hello.doc b/hello.doc new file mode 100644 index 0000000..63f54a9 Binary files /dev/null and b/hello.doc differ diff --git a/public/css/style.css b/public/css/style.css index d7fbb4a..dad578a 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -12,7 +12,9 @@ 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;} +div.header h1 {display: inline; color: #333; cursor: pointer;} +div.header span.mainMenu {display: none;} +div.header:hover span.mainMenu {display: block;} div.add {cursor: pointer;} div#footer {position: absolute; width: 100%; height: 50px; bottom: 0; padding: 12px 10px 0 10px;;}