Add scaled-down navicon
This commit is contained in:
parent
cca364d308
commit
b5cc53acf9
@ -4,7 +4,11 @@
|
|||||||
/* Get the header working OK */
|
/* Get the header working OK */
|
||||||
.navbar-brand { padding: 5px 15px; }
|
.navbar-brand { padding: 5px 15px; }
|
||||||
.navbar-brand > img { height: 40px; }
|
.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 {
|
.dropdown-menu > li > a.no-hover:hover, .dropdown-menu > li > a.no-hover:focus {
|
||||||
background: red;
|
background: red;
|
||||||
}
|
}
|
||||||
|
BIN
assets/img/navicon.png
Normal file
BIN
assets/img/navicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
@ -30,7 +30,7 @@
|
|||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
</button>
|
</button>
|
||||||
<a class="navbar-brand" href="{% url 'index' %}">
|
<a class="navbar-brand" href="{% url 'index' %}">
|
||||||
<img src="{% static 'map/images/ojuso-logo-black.png' %}" height="15px"/>
|
<img src="{% static 'img/navicon.png' %}" height="40">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
|
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
|
||||||
|
Loading…
Reference in New Issue
Block a user