diff --git a/docs/index.html b/docs/index.html index ad65e0b..7307409 100644 --- a/docs/index.html +++ b/docs/index.html @@ -75,10 +75,10 @@ features one tool, the SourceGen disassembler.

completed disassembly projects. -

Check out the -GitHub project, -where you can download source & binaries for the latest version from the -Releases page. +

You can download source code and executables for the latest version from the +Releases page +in the +GitHub project.

Key features include:

diff --git a/docs/main.css b/docs/main.css index 9446750..599eee8 100644 --- a/docs/main.css +++ b/docs/main.css @@ -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;