1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 21:22:52 +02:00

Fixes #11786: Nest media queries within print utilities for mixin-friendliness

This commit is contained in:
Mark Otto
2013-12-08 19:19:06 -08:00
parent 768f8b00f3
commit 6df909ad9b
3 changed files with 13 additions and 5 deletions

View File

@@ -7300,6 +7300,9 @@ td.visible-print {
td.visible-print {
display: table-cell !important;
}
}
@media print {
.hidden-print,
tr.hidden-print,
th.hidden-print,