]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove fixed width from labels table
authorMark Otto <markdotto@gmail.com>
Sat, 28 Jan 2012 08:34:54 +0000 (00:34 -0800)
committerMark Otto <markdotto@gmail.com>
Sat, 28 Jan 2012 08:34:54 +0000 (00:34 -0800)
docs/components.html
docs/templates/pages/components.mustache

index a525582203b157eecd563013b9b531fac1a2d2b1..499e6b87cfb64d6a6667c0744612e54991ac86be 100644 (file)
   <table class="table table-bordered table-striped">
     <thead>
       <tr>
-        <th style="width: 190px;">Labels</th>
+        <th>Labels</th>
         <th>Markup</th>
       </tr>
     </thead>
index 98e7c3f3f71bbcbc181232f485ece7dce9c3579d..d08ea98b595a60e0d6eaea0aab12795c438c9bbf 100644 (file)
   <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>