Add dummy class to responsive units.

This commit is contained in:
Matt Sweeney 2013-05-30 10:50:47 -07:00
parent fae5f7f169
commit f2cff205e2

View File

@ -40,14 +40,14 @@
<div class="pure-g-r">
<h1 class="pure-u-1 centered">Example.</h1>
<div class="pure-u-1-4">
<div class="pure-foo pure-u-1-4">
<div class="cell">
<h3>Fast</h3>
<p>YUI's lightweight core and modular architecture make it scalable, fast, and robust. Built by frontend engineers at Yahoo!, YUI powers the most popular websites in the world.</p>
</div>
</div><!--/span-->
<div class="pure-u-1-4">
<div class="pure-u-1-4 pure-foo">
<div class="cell">
<h3>Complete</h3>
<p>YUI's intuitive and well-documented API takes you from basic DOM handling to building performant and maintainable applications on desktop browsers, mobile devices, and servers.</p>