1

Changing svg container size

This commit is contained in:
Alex Yatskov 2014-11-05 18:44:07 +09:00
parent 31c3d6b5dd
commit 7de3deb196

View File

@ -125,7 +125,7 @@
</div>
</div>
<div style="padding: 10px;">
<svg id="svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="800" height="550"></svg>
<svg id="svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="800" height="500"></svg>
<div class="text-center" style="display: none;">
<input id="history" style="width: 90%;" type="text" data-slider-reversed="true" data-slider-max="0">
</div>