diff options
| author | Mark Otto <[email protected]> | 2013-12-08 19:19:06 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-08 19:19:06 -0800 |
| commit | 6df909ad9b85e5e19ff7760da8981bf7563a5bb9 (patch) | |
| tree | d1f1b16705641d7e78eccbb1a1b5343bba680bc4 /dist/css/bootstrap.css | |
| parent | 768f8b00f3cb25b83720a955f45f73f960e668c8 (diff) | |
| download | bootstrap-6df909ad9b85e5e19ff7760da8981bf7563a5bb9.tar.xz bootstrap-6df909ad9b85e5e19ff7760da8981bf7563a5bb9.zip | |
Fixes #11786: Nest media queries within print utilities for mixin-friendliness
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 39463a621..8fa3b82f5 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, |
