Add osm mapnik, setup toggling a bit.

This commit is contained in:
Tom MacWright
2012-12-06 10:39:08 -05:00
parent 2f11e74ba1
commit 877ae4c32e
4 changed files with 36 additions and 5 deletions
+9 -1
View File
@@ -111,9 +111,17 @@ div.layerswitcher-control {
color:#222;
}
div.hide {
display:none;
}
div.layerswitcher-control .content {
background:#fff;
padding:5px;
position:absolute;
left:40px;
width:100px;
top:0;
}
div.layerswitcher-control div.opacity-options {
@@ -329,7 +337,7 @@ div.typeahead a {
display:block;
}
div.typeahead a.active {
a.selected {
background:#DDE4FF;
}