From 526534f337b1c2b60b08189618988256f0775cbd Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 14 Apr 2013 13:01:00 -0700 Subject: [PATCH] more copy edits to sidenotes --- docs/docs.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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