aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabien <[email protected]>2013-04-19 02:48:08 +0200
committerFabien <[email protected]>2013-04-19 02:48:08 +0200
commit7b5fcc2c9ae7631e114cec106c2f14c560617cbd (patch)
tree56528a6689b448d913e40a62e1a12babe308bb53
parentda35a6b4377e52e5509431dc5d60711e44f1430c (diff)
downloadbootstrap-7b5fcc2c9ae7631e114cec106c2f14c560617cbd.tar.xz
bootstrap-7b5fcc2c9ae7631e114cec106c2f14c560617cbd.zip
Remove dupe css rule of table element
This are already declare in normalize
-rw-r--r--docs/assets/css/bootstrap.css2
-rw-r--r--less/tables.less2
2 files changed, 0 insertions, 4 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 {
diff --git a/less/tables.less b/less/tables.less
index b62f22fb6..15db5a68a 100644
--- a/less/tables.less
+++ b/less/tables.less
@@ -6,8 +6,6 @@
table {
max-width: 100%;
background-color: @table-bg;
- border-collapse: collapse;
- border-spacing: 0;
}
th {
text-align: left;