Upversioned to 0.2.2-SNAPSHOT; fixed map menu

This commit is contained in:
Simon Brooke 2018-09-23 17:33:59 +01:00
parent 23591952b8
commit e7432e62a4
2 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,4 @@
(defproject youyesyet "0.2.1"
(defproject youyesyet "0.2.2-SNAPSHOT"
:description "Canvassing tool for referenda"
:license {:name "GNU General Public License,version 2.0 or (at your option) any later version"

View file

@ -45,7 +45,6 @@ h1 {
width: 100%;
_position: absolute;
_top: expression(document.documentElement.scrollTop);
z-index: 149;
background:rgba(7,27,51,0.8);
}
@ -57,6 +56,7 @@ h1 {
#nav-menu {
margin: 0;
padding: 0;
z-index: 02110-1301;
}
#nav menu li {
@ -103,6 +103,7 @@ h1 {
#nav:hover #nav-menu {
display: block;
list-style-type: none;
z-index: 148;
width: 100%;
}
@ -141,7 +142,7 @@ h1 {
margin: 0;
padding: 0;
position: fixed;
z-index: 149;
z-index: 600;
color: silver;
background:rgba(40,40,40,0.9);
}
@ -149,6 +150,7 @@ h1 {
#nav:hover #nav-menu {
display: block;
list-style-type: none;
z-index: 500;
width: 100%;
}