diff options
| author | bcullman <[email protected]> | 2014-05-29 13:13:03 -0700 |
|---|---|---|
| committer | bcullman <[email protected]> | 2014-05-29 13:13:03 -0700 |
| commit | 445deb7e2d8d877237b0da81515e656428c6aecd (patch) | |
| tree | bb16e43257231b627d5d42393a6ad770c9f14541 | |
| parent | 5a1614466d02f1379287b8053a19fa90117ea7a8 (diff) | |
| download | bootstrap-445deb7e2d8d877237b0da81515e656428c6aecd.tar.xz bootstrap-445deb7e2d8d877237b0da81515e656428c6aecd.zip | |
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 { |
