Commit 1c734281 authored by Mark Otto's avatar Mark Otto

Merge pull request #1020 from lookfirst/fixtest

Fix typo in tables docs
parents f48278da b4dd2b9a
...@@ -623,7 +623,7 @@ ...@@ -623,7 +623,7 @@
<h3>1. Default table styles</h3> <h3>1. Default table styles</h3>
<div class="row"> <div class="row">
<div class="span4"> <div class="span4">
<p>Tables are automatically styled with only the a few borders to ensure readability and maintain structure. No classes are required.</p> <p>Tables are automatically styled with only a few borders to ensure readability and maintain structure. No classes are required.</p>
<pre class="prettyprint linenums"> <pre class="prettyprint linenums">
&lt;table&gt; &lt;table&gt;
... ...
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment