stripping rogue whitespace
This commit is contained in:
14
index.html
14
index.html
@ -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; }
|
||||
|
Reference in New Issue
Block a user