]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
browsers-devices.md: rm stray `</p>`
authorChris Rebert <github@chrisrebert.com>
Wed, 25 Nov 2015 06:37:38 +0000 (22:37 -0800)
committerChris Rebert <github@chrisrebert.com>
Wed, 25 Nov 2015 06:37:38 +0000 (22:37 -0800)
[skip sauce]

docs/getting-started/browsers-devices.md

index 2cfaf7301bc1d590ed0fd13c3884ce13b7d0eb7b..189cf1549ed773f05c9255e7a5d162171446f44f 100644 (file)
@@ -218,7 +218,7 @@ 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:
 
-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:</p>
+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:
 
 {% highlight css %}
 @media print {