Skip to content

Commit

Permalink
Content fixes on demo-page
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpiira committed Feb 16, 2012
1 parent 3f3f0bc commit fa1b1f4
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions index.html
Expand Up @@ -69,25 +69,25 @@ <h2 class="section-title">Some examples</h2>
<div class="ingrid in-fourths">
<div class="unit">
<div class="box">
<h2>unit one</h2>
<h2>unit</h2>
<p>A document is a work of non-fiction writing intended to store and communicate information, thus acting as a recording. And some more text just for the sake of it.</p>
</div>
</div>
<div class="unit">
<div class="box">
<h2>unit two</h2>
<h2>unit</h2>
<p>A document is a work of non-fiction writing intended to store and communicate information, thus acting as a recording.</p>
</div>
</div>
<div class="unit">
<div class="box">
<h2>unit three</h2>
<h2>unit</h2>
<p>A document is a work of non-fiction writing intended to store and communicate information, thus acting as a recording.</p>
</div>
</div>
<div class="unit">
<div class="box">
<h2>unit four</h2>
<h2>unit</h2>
<p>A document is a work of non-fiction writing intended to store and communicate information, thus acting as a recording.</p>
</div>
</div>
Expand All @@ -98,14 +98,14 @@ <h2>unit four</h2>
<figure>
<img src="http://placekitten.com/g/490/200" alt="a kitten" />
</figure>
<h2>unit one</h2>
<h2>unit</h2>
<p>A document is a work of non-fiction writing intended to store and communicate information, thus acting as a recording.</p>
</div>
<div class="unit">
<figure>
<img src="http://placekitten.com/g/490/200" alt="a kitten" />
</figure>
<h2>unit two</h2>
<h2>unit</h2>
<p>A document is a work of non-fiction writing intended to store and communicate information, thus acting as a recording.</p>
</div>
</div>
Expand All @@ -115,21 +115,21 @@ <h2>unit two</h2>
<figure>
<img src="http://placekitten.com/g/450/190" alt="a kitten" />
</figure>
<h2>unit one</h2>
<h2>unit</h2>
<p>A document is a work of non-fiction writing intended to store and communicate information, thus acting as a recording.</p>
</li>
<li class="unit">
<figure>
<img src="http://placekitten.com/g/450/190" alt="a kitten" />
</figure>
<h2>unit two</h2>
<h2>unit</h2>
<p>A document is a work of non-fiction writing intended to store and communicate information, thus acting as a recording.</p>
</li>
<li class="unit">
<figure>
<img src="http://placekitten.com/g/450/190" alt="a kitten" />
</figure>
<h2>unit three</h2>
<h2>unit</h2>
<p>A document is a work of non-fiction writing intended to store and communicate information, thus acting as a recording.</p>
</li>
</ul>
Expand All @@ -141,25 +141,25 @@ <h1 class="section-title">Nesting grids and units</h1>
<div class="unit span-two">
<div class="ingrid in-halves">
<div class="unit">
<h2>unit one</h2>
<h2>unit</h2>
<p>A document is a work of non-fiction writing intended to store and communicate information, thus acting as a recording.</p>
</div>
<div class="unit">
<h2>unit two</h2>
<h2>unit</h2>
<p>A document is a work of non-fiction writing intended to store and communicate information, thus acting as a recording.</p>
</div>
</div>
<div class="ingrid in-thirds">
<div class="unit">
<h2>field-unit one</h2>
<h2>unit</h2>
<p>A document is a work of non-fiction writing intended to store and communicate information, thus acting as a recording.</p>
</div>
<div class="unit">
<h2>field-unit one</h2>
<h2>unit</h2>
<p>A document is a work of non-fiction writing intended to store and communicate information, thus acting as a recording.</p>
</div>
<div class="unit">
<h2>field-unit one</h2>
<h2>unit</h2>
<p>A document is a work of non-fiction writing intended to store and communicate information, thus acting as a recording.</p>
</div>
</div>
Expand Down

0 comments on commit fa1b1f4

Please sign in to comment.