]> git.proxmox.com Git - sencha-touch.git/blob - src/resources/themes/vendor/compass-recipes/tests/recipes/shared/clearfix/index.html
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / resources / themes / vendor / compass-recipes / tests / recipes / shared / clearfix / index.html
1 <!doctype html>
2 <link rel="stylesheet" href="s.css" />
3 <h1>Tests for <a href="../../">recipes</a>/<a href="../">shared</a>/clearfix</h1>
4
5 <p class="doc">
6 See <a href="http://nicolasgallagher.com/micro-clearfix-hack/demo/">http://nicolasgallagher.com/micro-clearfix-hack/demo/</a> for original effect
7 </p>
8
9 <div class="body">
10 <div class="container">
11 <div class="section">Float</div>
12 <div class="section">Float</div>
13 </div>
14 </div>