1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-12-03 05:49:48 +00:00

Fix sidenav highlighting

Some of these files are only having their end-of-line character
changed.
This commit is contained in:
Andy McFadden 2021-06-11 15:17:05 -07:00
parent 27624668db
commit f451296c5b
5 changed files with 34 additions and 34 deletions

View File

@ -178,7 +178,7 @@ kbd.key {
color: #ffffff;
background-color: #000000;
}
#sidenav .active a {
#sidenav li.active > a {
color: #8bc349;
}

View File

@ -47,14 +47,14 @@
</div>
<div id="sidenav">
<!-- START: sidenav-incl.html active:#sidenav-starting-project -->
<!-- START: sidenav-incl.html active:#sidenav-moving-around -->
<!-- side navigation bar contents -->
<ul>
<li id="sidenav-index"><a href="./">Introduction</a></li>
<li id="sidenav-about-disasm"><a href="about-disasm.html">About Disassembly</a></li>
<li id="sidenav-using-sourcegen"><a href="using-sourcegen.html">Using SourceGen</a>
<ul>
<li id="sidenav-moving-around"><a href="moving-around.html">Moving Around</a></li>
<li id="sidenav-moving-around" class="active"><a href="moving-around.html">Moving Around</a></li>
<li id="sidenav-simple-edits"><a href="simple-edits.html">Simple Edits</a></li>
<li id="sidenav-labels-symbols"><a href="labels-symbols.html">Labels &amp; Symbols</a></li>
<li id="sidenav-editing-data"><a href="editing-data.html">Editing Data Operands</a></li>