stripping rogue whitespace

This commit is contained in:
dhg
2014-12-29 08:45:55 -08:00
parent d9a3f7abaf
commit 48c2fb99bf
2 changed files with 41 additions and 38 deletions

View File

@ -190,13 +190,13 @@
<div class="one column">One</div>
</div>
</div>
<!-- CODE EXAMPLE ———————————————————————————————————————— -->
<pre class="code-example">
<code class="code-example-body prettyprint"><!-- .container is main centered wrapper -->
<div class="container">
<!-- columns should be the immediate child of a .row -->
<div class="row">
<div class="one column">One</div>
@ -227,7 +227,7 @@
<!-- ————————————————————————————————————————————————————— -->
</div>
</div>
<!-- Typography -->
<div class="docs-section" id="typography">
@ -314,7 +314,7 @@
<!-- ————————————————————————————————————————————————————— -->
</div>
</div>
<!-- Forms -->
<div class="docs-section" id="forms">
@ -539,13 +539,13 @@
<li><strong>Desktop HD</strong>: 1200px</li>
<li><strong>Desktop</strong>: 1000px</li>
<li><strong>Tablet</strong>: 750px</li>
</ul>
</ul>
</div>
<div class="six columns">
<ul>
<li><strong>Phablet</strong>: 550px</li>
<li><strong>Mobile</strong>: 400px</li>
</ul>
</ul>
</div>
</div>
@ -605,7 +605,7 @@
float: left; }
/* Clear a float */
.u-cf {
.u-cf {
content: "";
display: table;
clear: both; }