From: Mark Otto Date: Sun, 14 Apr 2013 20:01:00 +0000 (-0700) Subject: more copy edits to sidenotes X-Git-Tag: v3.0.0-rc1~432 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=526534f337b1c2b60b08189618988256f0775cbd;p=thirdparty%2Fbootstrap.git more copy edits to sidenotes --- diff --git a/docs/docs.html b/docs/docs.html index d1c99fd92a..976396eba7 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -4279,8 +4279,7 @@ body {

Cross-browser compatibility

-

Progress bars use CSS3 transitions and animations to achieve some of their effects.

-

These features are not supported in Internet Explorer 9 and below or older versions of Firefox. Opera 12 does not support animations.

+

Progress bars use CSS3 transitions and animations to achieve some of their effects. These features are not supported in Internet Explorer 9 and below or older versions of Firefox. Opera 12 does not support animations.

Basic

@@ -5386,7 +5385,7 @@ $('.navbar').scrollspy()

Resolvable ID targets required

-

Navbar links must have resolvable id targets. For example, a <a href="#home">home</a> must correspond to something in the dom like <div id="home"></div>.

+

Navbar links must have resolvable id targets. For example, a <a href="#home">home</a> must correspond to something in the DOM like <div id="home"></div>.

Methods