Use full grid

The example documentation should not be restricted to 1/3 of the row unless there is something else consuming the other 2/3.
This commit is contained in:
Tim Schaub
2013-06-28 10:42:42 -06:00
parent 12338783cc
commit 7ebacba720
41 changed files with 43 additions and 51 deletions

View File

@@ -34,22 +34,13 @@
</div>
<div class="row-fluid">
<div class="span4">
<div class="span6">
<h4 id="title">Mouse position example</h4>
<p id="shortdesc">Example of a mouse position control, outside the map.</p>
<div id="docs">
<p>See the <a href="mouse-position.js" target="_blank">mouse-position.js source</a> to see how this is done.</p>
</div>
<div id="tags">mouse-position, openstreetmap</div>
</div>
<div class="span8 pull-right">
<div id="mouse-position">&nbsp;</div>
</div>
</div>
<div class="row-fluid">
<div class="span8">
<form>
<label>Projection </label>
<select id="projection">
@@ -60,6 +51,7 @@
<input id="precision" type="number" min="0" max="12" value="4"/>
</form>
</div>
<div class="span6" id="mouse-position">&nbsp;</div>
</div>
</div>