From: Chris Rebert Date: Thu, 12 Feb 2015 18:40:00 +0000 (-0800) Subject: browser-device-support.html: tweak indentation X-Git-Tag: v3.3.4~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fe6ff9fca5acc1e605276057dbbaf7fee7446cc;p=thirdparty%2Fbootstrap.git browser-device-support.html: tweak indentation --- diff --git a/docs/_includes/getting-started/browser-device-support.html b/docs/_includes/getting-started/browser-device-support.html index b27099aa60..d205c1296d 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/)) {
  • Add custom media queries to change the grid size breakpoints for print media only.
  • Also, as of Safari v8.0, fixed-width .containers can cause Safari to use an unusually small font size when printing. See #14868 for more details. One potential workaround for this is adding the following CSS:

    - {% highlight css %} +{% highlight css %} @media print { .container { width: auto; } } - {% endhighlight %} +{% endhighlight %}

    Android stock browser

    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.