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:
parent
27624668db
commit
f451296c5b
@ -178,7 +178,7 @@ kbd.key {
|
||||
color: #ffffff;
|
||||
background-color: #000000;
|
||||
}
|
||||
#sidenav .active a {
|
||||
#sidenav li.active > a {
|
||||
color: #8bc349;
|
||||
}
|
||||
|
||||
|
@ -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 & Symbols</a></li>
|
||||
<li id="sidenav-editing-data"><a href="editing-data.html">Editing Data Operands</a></li>
|
||||
|
Loading…
Reference in New Issue
Block a user