]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: Link directly to printing-related browser bugs 19424/head
authorChris Rebert <code@chrisrebert.com>
Mon, 7 Mar 2016 05:22:15 +0000 (21:22 -0800)
committerChris Rebert <code@chrisrebert.com>
Mon, 7 Mar 2016 05:22:15 +0000 (21:22 -0800)
* https://bugs.chromium.org/p/chromium/issues/detail?id=273306
* https://bugs.webkit.org/show_bug.cgi?id=138192
[skip sauce]

docs/getting-started/browsers-devices.md

index 0709eee72d5d5e10145e954fd52a9fa822d0492c..5d977d2ee014aaf2031523b35b25d94aa06dd2dd 100644 (file)
@@ -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 [issue #12078](https://github.com/twbs/bootstrap/issues/12078) for some details. 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) and [Chrome bug #273306](https://bugs.chromium.org/p/chromium/issues/detail?id=273306) 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, 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:
+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) and [WebKit bug #138192](https://bugs.webkit.org/show_bug.cgi?id=138192) for more details. One potential workaround is the following CSS:
 
 {% highlight css %}
 @media print {