diff options
| author | Mark Otto <[email protected]> | 2013-02-05 22:17:28 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-05 22:17:28 -0800 |
| commit | 0fe9148b91eff50b83100b6795fb49cf894caed1 (patch) | |
| tree | b8de9833bfbe2b50c094011cbf4c37be20eddaee /docs/assets/css/bootstrap-responsive.css | |
| parent | 6a9cd513c02a6c156769d54910f1d3931da3e568 (diff) | |
| download | bootstrap-0fe9148b91eff50b83100b6795fb49cf894caed1.tar.xz bootstrap-0fe9148b91eff50b83100b6795fb49cf894caed1.zip | |
Fixes #6190: Add print utility classes
Diffstat (limited to 'docs/assets/css/bootstrap-responsive.css')
| -rw-r--r-- | docs/assets/css/bootstrap-responsive.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css index 5286f3b27..5215a5d04 100644 --- a/docs/assets/css/bootstrap-responsive.css +++ b/docs/assets/css/bootstrap-responsive.css @@ -95,6 +95,19 @@ } } +.visible-print { + display: none !important; +} + +@media print { + .visible-print { + display: inherit !important; + } + .hidden-print { + display: none !important; + } +} + @media (min-width: 1200px) { .row { margin-left: -30px; |
