]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Fixes #6837: Enable text alignment utility classes on tables
authorMark Otto <otto@github.com>
Fri, 8 Feb 2013 16:24:10 +0000 (08:24 -0800)
committerMark Otto <otto@github.com>
Fri, 8 Feb 2013 16:24:10 +0000 (08:24 -0800)
commit3eed90c18752df8b86c97afe90e2c75d55ff1637
tree6f7d1e64ab3235edddc9015c14160bcf98ac0508
parentab1dc25ffc7ed617ed32670b93fbd663e9d6bf1e
Fixes #6837: Enable text alignment utility classes on tables

* Removes text-align from td elements (no need to set that one)
* Specifically sets th to text-align: left; at a global level (no longer within .table) to override browser defaults
* Removes font-weight: bold; from th while we're at it since that's browser default already
docs/assets/css/bootstrap.css
less/tables.less