Add scaled-down navicon

This commit is contained in:
2018-10-12 20:25:14 -04:00
parent cca364d308
commit b5cc53acf9
3 changed files with 6 additions and 2 deletions

View File

@ -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;
}