mirror of
https://github.com/fadden/6502bench.git
synced 2025-01-19 08:29:48 +00:00
Merge branch 'master' of https://github.com/fadden/6502bench
This commit is contained in:
commit
210723221d
@ -78,10 +78,10 @@ features one tool, the SourceGen disassembler.</p>
|
||||
<a href="https://6502disassembly.com/">completed disassembly projects</a>.</li>
|
||||
</ul>
|
||||
|
||||
<p>Check out the
|
||||
<a href="https://github.com/fadden/6502bench/">GitHub project</a>,
|
||||
where you can download source & binaries for the latest version from the
|
||||
<a href="https://github.com/fadden/6502bench/releases/">Releases page</a>.
|
||||
<p>You can download source code and executables for the latest version from the
|
||||
<a href="https://github.com/fadden/6502bench/releases/">Releases page</a>
|
||||
in the
|
||||
<a href="https://github.com/fadden/6502bench/">GitHub project</a>.
|
||||
</p>
|
||||
|
||||
<p>Key features include:</p>
|
||||
|
@ -107,9 +107,11 @@ kbd.key {
|
||||
* Show nothing but HOME initially. Expand the set as the screen widens.
|
||||
* inline-block seems to help keep the text and icon consistent when
|
||||
* expanding and collapsing (vs. inline).
|
||||
*
|
||||
* DISABLED -- we don't have all that many items, so it's just annoying.
|
||||
*/
|
||||
#topnav a {display:inline-block;}
|
||||
#topnav a:not(:first-child) {display:none;}
|
||||
/*#topnav a:not(:first-child) {display:none;}*/
|
||||
#topnav a.icon {
|
||||
float: right;
|
||||
display: block;
|
||||
|
Loading…
x
Reference in New Issue
Block a user