Update index.html

This commit is contained in:
Adam Kaplan 2014-02-12 12:17:26 -06:00
parent 694fcd0acd
commit 6453738331

View file

@ -270,7 +270,7 @@
<h1>Create Rows</h1> <h1>Create Rows</h1>
<p>Columns are wrapped in rows to prevent other elements from stacking next to them, otherwise know as clearing <p>Columns are wrapped in rows to prevent other elements from stacking next to them, otherwise know as clearing
issues. Rows are cleared with either a <code>clearfix</code> or <code>overflow: hidden</code>. This clearfix was issues. Rows are cleared with either a <code>clearfix</code> or <code>overflow: hidden</code>. This clearfix was
created by <a href="http://nicolasgallagher.com/micro-clearfix-hack/" target="_blank">Nicolas Gallager</a>:</p> created by <a href="http://nicolasgallagher.com/micro-clearfix-hack/" target="_blank">Nicolas Gallagher</a>:</p>
<hr> <hr>
<script src="https://gist.github.com/aekaplan/8467436.js"></script> <script src="https://gist.github.com/aekaplan/8467436.js"></script>
<script src="https://gist.github.com/aekaplan/8467460.js"></script> <script src="https://gist.github.com/aekaplan/8467460.js"></script>
@ -280,7 +280,7 @@
<section class="example grid row-example"> <section class="example grid row-example">
<div class="container"> <div class="container">
<div class="row"> <div class="row clearfix">
<div class="column half"> <div class="column half">
<span>.column .half</span> <span>.column .half</span>
</div> </div>
@ -290,7 +290,7 @@
</div> </div>
</div> </div>
<div class="row"> <div class="row clearfix">
<div class="column one-third"> <div class="column one-third">
<span>.column .one-third</span> <span>.column .one-third</span>
</div> </div>