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 | |
| parent | cc01d3c367a26bfed36c9eabbf074dccc8570dfa (diff) | |
| download | bootstrap-18d95a163b23296b7c2242a98aa1f66b3bd22a7a.tar.xz bootstrap-18d95a163b23296b7c2242a98aa1f66b3bd22a7a.zip | |
remove fixed width from labels table
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/components.mustache | 2 |
2 files changed, 2 insertions, 2 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> diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 98e7c3f3f..d08ea98b5 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -883,7 +883,7 @@ <table class="table table-bordered table-striped"> <thead> <tr> - <th style="width: 190px;">{{_i}}Labels{{/i}}</th> + <th>{{_i}}Labels{{/i}}</th> <th>{{_i}}Markup{{/i}}</th> </tr> </thead> |
