aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-09-16 18:59:06 -0700
committerMark Otto <[email protected]>2013-09-16 18:59:06 -0700
commitc14fe7904acebcd6a07335ab6d9028dcecc976f0 (patch)
treea37b51775f5f80650cc5ba456c091f4a9a3d0d0d /less
parent776d3fd6a0b0803512ba3cf5bd365b4e18b9315f (diff)
parent630bf13fb4b9f5b92e323504454a8f9d18d93d59 (diff)
downloadbootstrap-c14fe7904acebcd6a07335ab6d9028dcecc976f0.tar.xz
bootstrap-c14fe7904acebcd6a07335ab6d9028dcecc976f0.zip
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'less')
-rw-r--r--less/mixins.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/less/mixins.less b/less/mixins.less
index 42523c2aa..74e7177cd 100644
--- a/less/mixins.less
+++ b/less/mixins.less
@@ -559,8 +559,8 @@
}
.responsive-invisibility() {
- display: none !important;
- tr& { display: none !important; }
+ &,
+ tr&,
th&,
td& { display: none !important; }
}