Convert X-Z examples to strapless template

This commit is contained in:
Tim Schaub
2015-11-17 10:15:00 -07:00
parent c463321643
commit d838214f96
9 changed files with 33 additions and 98 deletions
+10 -16
View File
@@ -1,22 +1,16 @@
---
layout: example.html
title: Zoom slider example
layout: strapless.html
title: Zoom Sliders
shortdesc: Example of various ZoomSlider controls.
docs: >
This example shows how to add a zoom slider to a map and how to customize it.
tags: "zoom, zoomslider, slider, style, styling, css, control"
---
<div class="row-fluid">
<div class="span4">
<h4>Default style</h4>
<div id="map1" class="map"></div>
</div>
<div class="span4">
<h4>Placed between zoom controls</h4>
<div id="map2" class="map"></div>
</div>
<div class="span4">
<h4>Horizontal and completely re-styled</h4>
<div id="map3" class="map"></div>
</div>
</div>
<h4>Default style</h4>
<div id="map1" class="map"></div>
<h4>Placed between zoom controls</h4>
<div id="map2" class="map"></div>
<h4>Horizontal and completely re-styled</h4>
<div id="map3" class="map"></div>