Skip to content

Commit

Permalink
changed position of toggle line numbers button for consistency #25
Browse files Browse the repository at this point in the history
  • Loading branch information
flouc001 committed Jan 11, 2017
1 parent 027e5f6 commit 5ac80d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@
<div id=lb_tip_tri hidden></div>
<div id=ed_tmpl class=ride_win style=display:none>
<div class=toolbar>
<a href=# class='tb_btn tb_ER tc_only first' title='Execute line' ></a>
<a href=# class='tb_btn tb_LN tc_only first' title='Toggle line numbers' ></a>
<a href=# class='tb_btn tb_ER tc_only ' title='Execute line' ></a>
<a href=# class='tb_btn tb_TC tc_only ' title='Trace into expression' ></a>
<a href=# class='tb_btn tb_BK tc_only ' title='Go back one line' ></a>
<a href=# class='tb_btn tb_FD tc_only ' title='Skip current line' ></a>
Expand All @@ -140,8 +141,7 @@
<a href=# class='tb_btn tb_MA tc_only ' title='Continue execution of all threads' ></a>
<a href=# class='tb_btn tb_ED tc_only ' title='Edit name' ></a>
<a href=# class='tb_btn tb_WI tc_only ' title='Interrupt' ></a>
<a href=# class='tb_btn tb_CBP tc_only ' title='Clear trace/stop/monitor for this object'></a>
<a href=# class='tb_btn tb_LN tc_only last ' title='Toggle line numbers' ></a>
<a href=# class='tb_btn tb_CBP tc_only last ' title='Clear trace/stop/monitor for this object'></a>
<a href=# class='tb_btn tb_LN ed_only first' title='Toggle line numbers' ></a>
<a href=# class='tb_btn tb_AO ed_only ' title='Comment selected text' ></a>
<a href=# class='tb_btn tb_DO ed_only last ' title='Uncomment selected text' ></a>
Expand Down

0 comments on commit 5ac80d9

Please sign in to comment.