mirror of
https://github.com/jasny/bootstrap.git
synced 2026-01-14 17:08:01 -05:00
* 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