Skip to content

Commit

Permalink
fixed some spacing issues in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ajusa committed Jan 8, 2018
1 parent 30d565c commit f8181de
Showing 1 changed file with 22 additions and 26 deletions.
48 changes: 22 additions & 26 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -277,29 +277,27 @@ <h4 id="tables">Tables</h4>
</tr>
</tbody>
</table>
<pre><code>
&lt;table class=&quot;w-100&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Feature Parity (compared to lit)&lt;/th&gt;
&lt;th&gt;Size (bytes)&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;lit&lt;/td&gt;
&lt;td&gt;Full&lt;/td&gt;
&lt;td&gt;403&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Skeleton&lt;/td&gt;
&lt;td&gt;Full&lt;/td&gt;
&lt;td&gt;1650&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
</code></pre>
<pre><code> &lt;table class=&quot;w-100&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Feature Parity (compared to lit)&lt;/th&gt;
&lt;th&gt;Size (bytes)&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;lit&lt;/td&gt;
&lt;td&gt;Full&lt;/td&gt;
&lt;td&gt;403&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Skeleton&lt;/td&gt;
&lt;td&gt;Full&lt;/td&gt;
&lt;td&gt;1650&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;</code></pre>
<h4 id="cards">Cards</h4>
<p>Cards can be used to display info in a concise and consistent manner. </p>
<div class="card">
Expand Down Expand Up @@ -358,9 +356,7 @@ <h4 id="other">Other</h4>
<h5>Horizontal Rules</h5>
<p>Horizontal Rules are useful for dividing up content. They add a splash of color as well!</p>
<hr>
<pre><code>
&lt;hr&gt;
</code></pre>
<pre><code>&lt;hr&gt;</code></pre>
<h5>Utility</h5>
<p>The only utility class is w-100, which simply sets an element to take up full width. Responsive items that should use this are inputs, images, and tables.</p>
<hr>
Expand Down

0 comments on commit f8181de

Please sign in to comment.