diff --git a/assets/css/ojuso.css b/assets/css/ojuso.css index 85442ad..a1e7368 100644 --- a/assets/css/ojuso.css +++ b/assets/css/ojuso.css @@ -4,7 +4,11 @@ /* Get the header working OK */ .navbar-brand { padding: 5px 15px; } .navbar-brand > img { height: 40px; } -.navbar-collapse {z-index: 9999; position: relative; background: white;} +.navbar-collapse { + z-index: 9999; + position: relative; +} + .dropdown-menu > li > a.no-hover:hover, .dropdown-menu > li > a.no-hover:focus { background: red; } diff --git a/assets/img/navicon.png b/assets/img/navicon.png new file mode 100644 index 0000000..2629ae3 Binary files /dev/null and b/assets/img/navicon.png differ diff --git a/ojusomap/templates/base.html b/ojusomap/templates/base.html index 999d884..e45a66b 100644 --- a/ojusomap/templates/base.html +++ b/ojusomap/templates/base.html @@ -30,7 +30,7 @@ - +