diff options
| author | Mark Otto <[email protected]> | 2013-04-18 19:45:56 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-04-18 19:45:56 -0700 |
| commit | f47aa08badf62094476523e4cd562232fe27ab90 (patch) | |
| tree | 56528a6689b448d913e40a62e1a12babe308bb53 /docs/assets/css/bootstrap.css | |
| parent | da35a6b4377e52e5509431dc5d60711e44f1430c (diff) | |
| parent | 7b5fcc2c9ae7631e114cec106c2f14c560617cbd (diff) | |
| download | bootstrap-f47aa08badf62094476523e4cd562232fe27ab90.tar.xz bootstrap-f47aa08badf62094476523e4cd562232fe27ab90.zip | |
Merge pull request #7629 from Boulox/dupe-table-rule
Remove dupe css rule of table element
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 7ab329bbe..e6382cdee 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1013,8 +1013,6 @@ pre code { table { max-width: 100%; background-color: transparent; - border-collapse: collapse; - border-spacing: 0; } th { |
