diff options
| author | Mark Otto <[email protected]> | 2014-06-08 16:53:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-08 16:53:14 -0700 |
| commit | aee18bcc4aab7d8e16e7ec7a89051622919bb616 (patch) | |
| tree | 6a27c33be8831a2fc4956cb8d79e7c15fbbea261 | |
| parent | 4e67dc810983e4a793d68b43867312dccc104a2c (diff) | |
| parent | 445deb7e2d8d877237b0da81515e656428c6aecd (diff) | |
| download | bootstrap-aee18bcc4aab7d8e16e7ec7a89051622919bb616.tar.xz bootstrap-aee18bcc4aab7d8e16e7ec7a89051622919bb616.zip | |
Merge pull request #13707 from bcullman/bcullman-remove-table-max-width
removing unnecessary max-width on tables
| -rw-r--r-- | less/tables.less | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/less/tables.less b/less/tables.less index 555d7924c..ca91630ce 100644 --- a/less/tables.less +++ b/less/tables.less @@ -4,7 +4,6 @@ table { - max-width: 100%; background-color: @table-bg; } th { |
