diff options
| author | Mark Otto <[email protected]> | 2012-03-11 18:18:18 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-11 18:18:18 -0700 |
| commit | 4109c62cf745250e05267c1c5498865b5b548dcf (patch) | |
| tree | 373ff967d02e7fc1189164d99fa07ea16b377e10 /docs/base-css.html | |
| parent | 7154e378b241f753491c1aaf4aba310b7f0f179d (diff) | |
| download | bootstrap-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.html | 4 |
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, <code>section</code> 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> |
