aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-02-12 10:40:00 -0800
committerChris Rebert <[email protected]>2015-02-12 10:40:00 -0800
commit0fe6ff9fca5acc1e605276057dbbaf7fee7446cc (patch)
tree2f1700d34fae0ad007d6d2eb132411b26eb9ef9c /docs
parent19a6406ec4ca3b98a9a6a1aa205829117e07eab4 (diff)
downloadbootstrap-0fe6ff9fca5acc1e605276057dbbaf7fee7446cc.tar.xz
bootstrap-0fe6ff9fca5acc1e605276057dbbaf7fee7446cc.zip
browser-device-support.html: tweak indentation
Diffstat (limited to 'docs')
-rw-r--r--docs/_includes/getting-started/browser-device-support.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/getting-started/browser-device-support.html b/docs/_includes/getting-started/browser-device-support.html
index b27099aa6..d205c1296 100644
--- a/docs/_includes/getting-started/browser-device-support.html
+++ b/docs/_includes/getting-started/browser-device-support.html
@@ -176,13 +176,13 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
<li>Add custom media queries to change the grid size breakpoints for print media only.</li>
</ul>
<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:</p>
- {% highlight css %}
+{% highlight css %}
@media print {
.container {
width: auto;
}
}
- {% endhighlight %}
+{% endhighlight %}
<h3 id="support-android-stock-browser">Android stock browser</h3>
<p>Out of the box, Android 4.1 (and even some newer releases apparently) ship with the Browser app as the default web browser of choice (as opposed to Chrome). Unfortunately, the Browser app has lots of bugs and inconsistencies with CSS in general.</p>