aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-11-24 22:37:38 -0800
committerChris Rebert <[email protected]>2015-11-24 22:37:38 -0800
commit48fc3d9aa7b559934a5c6149b8a0bbbb17ea1167 (patch)
treefb16e56f36aca9dc9fe5bfc5981d5ce7c3491eea
parent971845b763f898c4e7718bd17fdeb25c656f3b30 (diff)
downloadbootstrap-48fc3d9aa7b559934a5c6149b8a0bbbb17ea1167.tar.xz
bootstrap-48fc3d9aa7b559934a5c6149b8a0bbbb17ea1167.zip
browsers-devices.md: rm stray `</p>`
[skip sauce]
-rw-r--r--docs/getting-started/browsers-devices.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started/browsers-devices.md b/docs/getting-started/browsers-devices.md
index 2cfaf7301..189cf1549 100644
--- a/docs/getting-started/browsers-devices.md
+++ b/docs/getting-started/browsers-devices.md
@@ -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 {