mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-23 06:22:24 +01:00
Fix space between navbar buttons
This commit is contained in:
parent
7396ed9105
commit
67f028f6fc
@ -4,7 +4,11 @@ nav {
|
|||||||
background: #333;
|
background: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav .navbar-nav {
|
nav .navbar-left {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav .navbar-left li {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<nav>
|
<nav>
|
||||||
<ul class="nav navbar-nav">
|
<ul class="nav navbar-nav navbar-left">
|
||||||
<li><a href="/"><img src="/static/logo_dark.svg" /></a></li>
|
<li><a href="/"><img src="/static/logo_dark.svg" /></a></li>
|
||||||
{% for item in current_menu.children recursive %}
|
{% for item in current_menu.children recursive %}
|
||||||
{% if item.visible %}
|
{% if item.visible %}
|
||||||
|
Loading…
Reference in New Issue
Block a user