diff options
| author | Fabien <[email protected]> | 2013-04-19 02:48:08 +0200 |
|---|---|---|
| committer | Fabien <[email protected]> | 2013-04-19 02:48:08 +0200 |
| commit | 7b5fcc2c9ae7631e114cec106c2f14c560617cbd (patch) | |
| tree | 56528a6689b448d913e40a62e1a12babe308bb53 /docs | |
| parent | da35a6b4377e52e5509431dc5d60711e44f1430c (diff) | |
| download | bootstrap-7b5fcc2c9ae7631e114cec106c2f14c560617cbd.tar.xz bootstrap-7b5fcc2c9ae7631e114cec106c2f14c560617cbd.zip | |
Remove dupe css rule of table element
This are already declare in normalize
Diffstat (limited to 'docs')
| -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 { |
