diff options
| author | David Beitey <[email protected]> | 2016-01-21 10:53:27 +1000 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-01-20 18:30:28 -0800 |
| commit | c9f5f13fd9bde4b745bf135478750cbe1a97a834 (patch) | |
| tree | a55c4ae233b8ba10ee298f15b0b571714e0ee5ea /docs/getting-started | |
| parent | 69523b1e041f98986d1868e57040bff9dc43c8f9 (diff) | |
| download | bootstrap-c9f5f13fd9bde4b745bf135478750cbe1a97a834.tar.xz bootstrap-c9f5f13fd9bde4b745bf135478750cbe1a97a834.zip | |
Clean up printing documentation
Replace inline HTML with markdown, rewording, and cleanup.
Closes #18984
Diffstat (limited to 'docs/getting-started')
| -rw-r--r-- | docs/getting-started/browsers-devices.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/getting-started/browsers-devices.md b/docs/getting-started/browsers-devices.md index ca38658dd..447462d7a 100644 --- a/docs/getting-started/browsers-devices.md +++ b/docs/getting-started/browsers-devices.md @@ -218,13 +218,13 @@ Bootstrap includes a workaround for this, although it is disabled by default. By Even in some modern browsers, printing can be quirky. -In particular, as of Chrome v32 and regardless of margin settings, Chrome uses a viewport width significantly narrower than the physical paper size when resolving media queries while printing a webpage. This can result in Bootstrap's extra-small grid being unexpectedly activated when printing. [See #12078 for some details.](https://github.com/twbs/bootstrap/issues/12078) Suggested workarounds: +In particular, as of Chrome v32 and regardless of margin settings, Chrome uses a viewport width significantly narrower than the physical paper size when resolving media queries while printing a webpage. This can result in Bootstrap's extra-small grid being unexpectedly activated when printing. See [issue #12078](https://github.com/twbs/bootstrap/issues/12078) for some details. Suggested workarounds: * Embrace the extra-small grid and make sure your page looks acceptable under it. * Customize the value of the `$grid-breakpoints` Sass variable so that your printer paper is considered larger than extra-small. * Add custom media queries to change the grid size breakpoints for print media only. -Also, as of Safari v8.0, fixed-width <code>.container</code>s can cause Safari to use an unusually small font size when printing. See <a href="https://github.com/twbs/bootstrap/issues/14868">#14868</a> for more details. One potential workaround for this is adding the following CSS: +Also, as of Safari v8.0, use of the fixed-width `.container` class can cause Safari to use an unusually small font size when printing. See [issue #14868](https://github.com/twbs/bootstrap/issues/14868) for more details. One potential workaround is the following CSS: {% highlight css %} @media print { |
