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

@@ -38,11 +38,11 @@
<div class="row-fluid">
<div class="span4">
<div class="span12">
<h4 id="title">Preload example</h4>
<p id="shortdesc">Example of tile preloading.</p>
<div id="docs">
<p>Low resolution tiles for the map are preloaded, the map on the right does not use any preloading. Try zooming out and panning to see the difference.</p>
<p>The map on the left preloads low resolution tiles. The map on the right does not use any preloading. Try zooming out and panning to see the difference.</p>
<p>See the <a href="preload.js" target="_blank">preload.js source</a> to see how this is done.</p>
</div>
<div id="tags">preload, bing</div>