diff options
| author | Mark Otto <[email protected]> | 2012-01-28 00:34:54 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-28 00:34:54 -0800 |
| commit | 18d95a163b23296b7c2242a98aa1f66b3bd22a7a (patch) | |
| tree | 1fdf7bc2715e24f553362acc5c993bdbf967ebe7 /docs/components.html | |
| parent | cc01d3c367a26bfed36c9eabbf074dccc8570dfa (diff) | |
| download | bootstrap-18d95a163b23296b7c2242a98aa1f66b3bd22a7a.tar.xz bootstrap-18d95a163b23296b7c2242a98aa1f66b3bd22a7a.zip | |
remove fixed width from labels table
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components.html b/docs/components.html index a52558220..499e6b87c 100644 --- a/docs/components.html +++ b/docs/components.html @@ -948,7 +948,7 @@ <table class="table table-bordered table-striped"> <thead> <tr> - <th style="width: 190px;">Labels</th> + <th>Labels</th> <th>Markup</th> </tr> </thead> |
