aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-17 23:19:21 -0800
committerMark Otto <[email protected]>2012-01-17 23:19:21 -0800
commit41a410b8e631ddcc958568402f1ea1616f2a982d (patch)
treef86607032e77ebaa161a0c0f7f64c1e0a8e1b643 /docs/base-css.html
parentf1a88eede391cbb4beaadce60768a351724d7633 (diff)
parent7ec4e91324e6e490291f3de22e1127c4fa55f82a (diff)
downloadbootstrap-41a410b8e631ddcc958568402f1ea1616f2a982d.tar.xz
bootstrap-41a410b8e631ddcc958568402f1ea1616f2a982d.zip
Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
Conflicts: bootstrap.css bootstrap.min.css docs/javascript.html lib/accordion.less
Diffstat (limited to 'docs/base-css.html')
-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 3ba3e4525..1d64a5787 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;
...