mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 08:45:52 +00:00
autodoc: Fix styling of the navbar
This commit is contained in:
parent
da28379d6c
commit
9a326b22d5
@ -446,7 +446,7 @@
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
boackground-color: #f1f1f1;
|
||||
background-color: #f1f1f1;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
@ -1016,7 +1016,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div id="sectNavAPI" style="margin-top: 0.5rem;"><ul id="listNavAPI" class="listNav"></ul></div>
|
||||
<div id="sectNavGuides" class="hidden" style="margin-top:0.5rem;background-color:#333;">
|
||||
<div id="sectNavGuides" class="hidden" style="margin-top: 0.5rem">
|
||||
<ul id="listNavGuides" class="listNav">
|
||||
<li>
|
||||
<a href="#G;" class="active">Index</a>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user