Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
fix button alignment
  • Loading branch information
rcs-rds committed Dec 6, 2015
1 parent 9bf138a commit f55b98a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1245,11 +1245,13 @@ <h4 class="modal-title" id="ModalZiggoNL6Label">Speedtest Ziggo (UPC) Holland IP


<!-- // FPS counter button disabled //
<div style="text-align:right"><button type="button" class="btn btn-primary btn-success" onclick=init() data-loading-text="Starting FPS Meter">
<span class="glyphicon glyphicon-stats" aria-hidden="true"></span> Show FPS</button>
<div style="text-align:right">
<button type="button" class="btn btn-primary btn-success" onclick=init() data-loading-text="Starting FPS Meter">
<span class="glyphicon glyphicon-stats" aria-hidden="true"></span> Show FPS</button></div>
-->

<!-- // turn off snow button removed //
<div style="text-align:right">
<button type="button" class="btn btn-primary btn-danger" onclick="hidesnow();return false" data-loading-text="Initiating snowflake meltdown" data-toggle="popover" data-placement="top" data-trigger="hover" title="That's ignorant!" data-content="You are about to melt a million innocent little snowflakes.">
<span class="glyphicon glyphicon-off" aria-hidden="true"></span> Turn off snow</button></div>
-->
Expand Down

0 comments on commit f55b98a

Please sign in to comment.