Merge pull request #11 from nevanscott/cssexamples

cleaning up CSS example code
This commit is contained in:
Richard Rutter
2014-04-24 21:17:34 +01:00
20 changed files with 166 additions and 97 deletions

View File

@@ -9,7 +9,7 @@
<pre><code>&lt;span class="kern"&gt;W&lt;/span&gt;ashington
and &lt;span class="kern"&gt;T&lt;/span&gt;oronto
.kern {letter-spacing: -0.1em }</code></pre>
.kern { letter-spacing: -0.1em; }</code></pre>
<p>Which should render&nbsp;as:</p>