diff options
| author | fat <[email protected]> | 2013-02-05 22:30:54 -0800 |
|---|---|---|
| committer | fat <[email protected]> | 2013-02-05 22:30:54 -0800 |
| commit | 3b56227553f40cc567e161c68c64f1e315fd5241 (patch) | |
| tree | 0ecd914f0c395b277dc46300733d8bc05ab4802e /docs/assets/css/bootstrap-responsive.css | |
| parent | 481428154084a9fafd31d8654157d6f6f78231d0 (diff) | |
| parent | accfdaafdbfc172f4d8358bbab820a9862bd8eb9 (diff) | |
| download | bootstrap-3b56227553f40cc567e161c68c64f1e315fd5241.tar.xz bootstrap-3b56227553f40cc567e161c68c64f1e315fd5241.zip | |
Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip
Conflicts:
docs/assets/js/bootstrap.min.js
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; |
