Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2013-12-09 07:19:06 +0400
committerMark Otto <otto@github.com>2013-12-09 07:19:06 +0400
commit6df909ad9b85e5e19ff7760da8981bf7563a5bb9 (patch)
treed1f1b16705641d7e78eccbb1a1b5343bba680bc4 /dist/css/bootstrap.css
parent768f8b00f3cb25b83720a955f45f73f960e668c8 (diff)
Fixes #11786: Nest media queries within print utilities for mixin-friendliness
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 39463a621f..8fa3b82f5e 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -7300,6 +7300,9 @@ td.visible-print {
td.visible-print {
display: table-cell !important;
}
+}
+
+@media print {
.hidden-print,
tr.hidden-print,
th.hidden-print,