Skip to content

Commit

Permalink
Some cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
craigsapp committed Feb 19, 2024
1 parent 4b99bff commit 52a46b5
Show file tree
Hide file tree
Showing 20 changed files with 1,078 additions and 902 deletions.
4 changes: 2 additions & 2 deletions _includes/chapternav-guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
lastlink += lastnum;

var output = "";
output += "<table style='width:226px'><tr style='width:100%;'>";
output += "<table><tr>";
output += "<td title='Go to previous chapter' onclick='window.location.href=\"" + lastlink + "\"'>";
output += '<i class="fa fa-arrow-left"></i> ' + lastnum;
output += "</td><td title='Go to table of contents' onclick='window.location.href=\"/guide\"'>";
Expand Down Expand Up @@ -67,7 +67,7 @@

output += '<a target="_blank" href="';
output += '/Humdrum/guide' + nnumber + '.html';
output += '" class="btn btn-primary btn-lg btn-responsive">Original HTML version</a>';
output += '" style="margin-top:6px;" class="btn btn-primary btn-lg btn-responsive">Original HTML version</a>';

output += '<br/><a style="margin-top:7px;" target="_blank" href="';
output += "/scans/hug1998/hug1998-ch";
Expand Down
Loading

0 comments on commit 52a46b5

Please sign in to comment.