Skip to content

Commit

Permalink
styling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperknot committed Feb 8, 2016
1 parent a5506e9 commit 68d52de
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions debug/map/tile-debug.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
top: 10px;
bottom: 0;
}
#zoomtable td {
height: 40px;
}
.diag {
margin-bottom: 20px;
}
Expand Down Expand Up @@ -82,8 +85,8 @@
<div><button id="stop">stop</button></div>
</div>

<table class="diag">
<tr><td>on movestart</td><td id='movestart'></td></tr>
<table id="zoomtable" class="diag">
<tr><td>on movestart</td><td id='movestart' width=230></td></tr>
<tr><td>on zoomstart</td><td id='zoomstart'></td></tr>
<tr><td>on move</td><td id='move'></td></tr>
<tr><td>on moveend</td><td id='moveend'></td></tr>
Expand Down

0 comments on commit 68d52de

Please sign in to comment.