diff options
| author | Mark Otto <[email protected]> | 2015-05-27 15:49:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-05-27 15:49:55 -0700 |
| commit | 663576a7ae77fb3f6143ce59ea16511cdaf8e9c3 (patch) | |
| tree | 4c205f99d57e85308abc01ee431b6008bdf8c641 /docs/components/tables.md | |
| parent | bd971c49b0883452af2e1278a8628eaf351504a1 (diff) | |
| parent | 3fe894ba3620c7e5d2e040f83948488d1911aedc (diff) | |
| download | bootstrap-663576a7ae77fb3f6143ce59ea16511cdaf8e9c3.tar.xz bootstrap-663576a7ae77fb3f6143ce59ea16511cdaf8e9c3.zip | |
Merge branch 'v4' of https://github.com/twbs/derpstrap into v4
Conflicts:
dist/css/bootstrap.css
dist/css/bootstrap.css.map
docs/assets/css/docs.min.css
Diffstat (limited to 'docs/components/tables.md')
| -rw-r--r-- | docs/components/tables.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/components/tables.md b/docs/components/tables.md index d2f9acece..8856a08b7 100644 --- a/docs/components/tables.md +++ b/docs/components/tables.md @@ -109,6 +109,9 @@ Use one of two modifier classes to make `<thead>`s appear light or dark gray. <td>@twitter</td> </tr> </tbody> +</table> + +<table class="table"> <thead class="thead-default"> <tr> <th>#</th> |
