2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

add <table> case to responsive-visibility mixin; see #10056

This commit is contained in:
Chris Rebert
2013-12-03 13:57:28 -08:00
parent bac153127c
commit 303f8a33c3
4 changed files with 72 additions and 4 deletions
+3 -2
View File
@@ -560,9 +560,10 @@
// More easily include all the states for responsive-utilities.less.
.responsive-visibility() {
display: block !important;
tr& { display: table-row !important; }
table& { display: table; }
tr& { display: table-row !important; }
th&,
td& { display: table-cell !important; }
td& { display: table-cell !important; }
}
.responsive-invisibility() {