aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-15 20:51:45 -0800
committerMark Otto <[email protected]>2012-01-15 20:51:45 -0800
commit1c734281c9ba3bc820c3e30fb330c6f90ac0081f (patch)
tree5da212d4f9c3ec2ab0345527edc518c2828fdab2
parentf48278dac6ac89fcf9d1ab7526ec3029dd1a4d8e (diff)
parentb4dd2b9a10a9313bbe0863b9da279e212f8d230d (diff)
downloadbootstrap-1c734281c9ba3bc820c3e30fb330c6f90ac0081f.tar.xz
bootstrap-1c734281c9ba3bc820c3e30fb330c6f90ac0081f.zip
Merge pull request #1020 from lookfirst/fixtest
Fix typo in tables docs
-rw-r--r--docs/base-css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index ccc2216c6..99a4efe3a 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -623,7 +623,7 @@
<h3>1. Default table styles</h3>
<div class="row">
<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">
&lt;table&gt;
...