1
0
mirror of https://github.com/fadden/6502bench.git synced 2026-04-25 21:18:25 +00:00

Update docs to point to new tutorial

Replaced the link at the top of the manual.  Remove reference to
old tutorial doc.  Added an obsolescence notice to the top of the
old tutorial.  Updated tutorial message and link in README.

Also, fixed sidenav style.
This commit is contained in:
Andy McFadden
2021-06-07 17:49:23 -07:00
parent a4ba60aafc
commit c351fa969d
4 changed files with 20 additions and 17 deletions
+2 -2
View File
@@ -156,10 +156,10 @@ kbd.key {
margin: 0;
}
#sidenav li {
padding: 0 0px 1px 0; /* top right bottom left */
padding: 0 0 1px 0; /* top right bottom left */
}
#sidenav ul ul li {
padding: 0 0 1px 10px; /* top right bottom left */
padding: 1px 0 0 10px; /* top right bottom left */
}
#sidenav a {
color: #ffffff;