aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbcullman <[email protected]>2014-05-29 13:13:03 -0700
committerbcullman <[email protected]>2014-05-29 13:13:03 -0700
commit445deb7e2d8d877237b0da81515e656428c6aecd (patch)
treebb16e43257231b627d5d42393a6ad770c9f14541
parent5a1614466d02f1379287b8053a19fa90117ea7a8 (diff)
downloadbootstrap-445deb7e2d8d877237b0da81515e656428c6aecd.tar.xz
bootstrap-445deb7e2d8d877237b0da81515e656428c6aecd.zip
removing unnecessary max-width on tables
-rw-r--r--less/tables.less1
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 {