From 933b38421cc3ec1809c20a565dc1927f205c4d60 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 8 Jul 2014 03:51:32 -0700 Subject: derp --- docs/_includes/css/images.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/_includes/css/images.html b/docs/_includes/css/images.html index 78f4c65b8..4f3687ea6 100644 --- a/docs/_includes/css/images.html +++ b/docs/_includes/css/images.html @@ -5,7 +5,7 @@

Images in Bootstrap 3 can be made responsive-friendly via the addition of the .img-responsive class. This applies max-width: 100%; and height: auto; to the image so that it scales nicely to the parent element.

SVG images and IE 8-10

-

In Internet Explorer IE 8-10, SVG images with .img-responsive are disproportionately sized. To fix this, add width: 100% \9; where necessary. Bootstrap doesn't apply this automatically as it causes complications to other image formats.

+

In Internet Explorer 8-10, SVG images with .img-responsive are disproportionately sized. To fix this, add width: 100% \9; where necessary. Bootstrap doesn't apply this automatically as it causes complications to other image formats.

{% highlight html %} Responsive image -- cgit v1.2.3 From 5c1f4e1a0c7cd2f6adeedf2c2bd91ad87f32706d Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 8 Jul 2014 11:58:33 -0700 Subject: add role="presentation" to tab
  • s to improve accessibility Refs #13554. Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#tab-panel Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce] --- docs/_includes/components/badges.html | 14 +++---- docs/_includes/components/navs.html | 66 +++++++++++++++---------------- docs/_includes/js/dropdowns.html | 8 ++-- docs/_includes/js/tabs.html | 22 +++++------ docs/examples/jumbotron-narrow/index.html | 6 +-- docs/examples/theme/index.html | 18 ++++----- 6 files changed, 67 insertions(+), 67 deletions(-) (limited to 'docs') diff --git a/docs/_includes/components/badges.html b/docs/_includes/components/badges.html index 95aea2e40..7c67ba769 100644 --- a/docs/_includes/components/badges.html +++ b/docs/_includes/components/badges.html @@ -22,20 +22,20 @@

    Built-in styles are included for placing badges in active states in pill navigations.

    {% highlight html %}