2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

remove fixed width from labels table

This commit is contained in:
Mark Otto
2012-01-28 00:34:54 -08:00
parent cc01d3c367
commit 18d95a163b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -948,7 +948,7 @@
<table class="table table-bordered table-striped"> <table class="table table-bordered table-striped">
<thead> <thead>
<tr> <tr>
<th style="width: 190px;">Labels</th> <th>Labels</th>
<th>Markup</th> <th>Markup</th>
</tr> </tr>
</thead> </thead>
+1 -1
View File
@@ -883,7 +883,7 @@
<table class="table table-bordered table-striped"> <table class="table table-bordered table-striped">
<thead> <thead>
<tr> <tr>
<th style="width: 190px;">{{_i}}Labels{{/i}}</th> <th>{{_i}}Labels{{/i}}</th>
<th>{{_i}}Markup{{/i}}</th> <th>{{_i}}Markup{{/i}}</th>
</tr> </tr>
</thead> </thead>