diff options
| author | Mark Otto <[email protected]> | 2013-05-08 19:57:42 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-08 19:57:42 -0700 |
| commit | 54561f11212faee93ab682660503c6324d8b2cf8 (patch) | |
| tree | 1b2614809a096d3db9f2dd9420e0c0dd50473759 /docs | |
| parent | 1cb880b4f112463cbb8ad25ec680e561f978834e (diff) | |
| download | bootstrap-54561f11212faee93ab682660503c6324d8b2cf8.tar.xz bootstrap-54561f11212faee93ab682660503c6324d8b2cf8.zip | |
hide entire navbar in print views
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 542b95d88..996b7f5db 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -251,7 +251,7 @@ table { max-width: 100% !important; } @page { - margin: 0.5cm; + margin: 2cm .5cm; } p, h2, @@ -263,7 +263,7 @@ table { h3 { page-break-after: avoid; } - .navbar-toggle { + .navbar { display: none; } } |
