aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-03-11 18:18:18 -0700
committerMark Otto <[email protected]>2012-03-11 18:18:18 -0700
commit4109c62cf745250e05267c1c5498865b5b548dcf (patch)
tree373ff967d02e7fc1189164d99fa07ea16b377e10 /docs/base-css.html
parent7154e378b241f753491c1aaf4aba310b7f0f179d (diff)
downloadbootstrap-4109c62cf745250e05267c1c5498865b5b548dcf.tar.xz
bootstrap-4109c62cf745250e05267c1c5498865b5b548dcf.zip
fix table border bug with double borders on theads and use of colgroup
Diffstat (limited to 'docs/base-css.html')
-rw-r--r--docs/base-css.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index 6f1664a82..f8fa8b6ae 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -435,6 +435,10 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
<div class="row">
<div class="span8">
<table class="table table-bordered table-striped">
+ <colgroup>
+ <col class="span1">
+ <col class="span7">
+ </colgroup>
<thead>
<tr>
<th>Tag</th>