Skip to content

Commit

Permalink
Don't hide the PDF buttons on small screens on propers tool
Browse files Browse the repository at this point in the history
  • Loading branch information
bbloomf committed Oct 15, 2024
1 parent f43143d commit a94d62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion propers.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<li role="presentation" class="active"><a href="propers.html">Propers Tool</a></li>
<li role="presentation"><a href="faq.html">(About)</a></li>
</ul>
<div style="float:right;margin-left:8px" class="btn-group hide-ss" role="group">
<div style="float:right;margin-left:8px" class="btn-group" role="group">
<a class='btn btn-xs btn-primary' href='#' id='lnkPdfDirect'>PDF</a>
<a class='btn btn-xs btn-default' href='#' id='lnkPdf'>Further PDF options</a>
</div>
Expand Down

0 comments on commit a94d62d

Please sign in to comment.