diff options
| author | Mark Otto <[email protected]> | 2013-04-14 13:01:00 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-04-14 13:01:00 -0700 |
| commit | 526534f337b1c2b60b08189618988256f0775cbd (patch) | |
| tree | 60dc5f9eaaa2c43ce4e1c08ffb479a7b281b2fc8 | |
| parent | ccb6ac570f7b4cc022c29f42a4b36c667ba6eb1e (diff) | |
| download | bootstrap-526534f337b1c2b60b08189618988256f0775cbd.tar.xz bootstrap-526534f337b1c2b60b08189618988256f0775cbd.zip | |
more copy edits to sidenotes
| -rw-r--r-- | docs/docs.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/docs.html b/docs/docs.html index d1c99fd92..976396eba 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -4279,8 +4279,7 @@ body { <div class="bs-docs-sidenote"> <h4>Cross-browser compatibility</h4> - <p>Progress bars use CSS3 transitions and animations to achieve some of their effects.</p> - <p>These features are not supported in Internet Explorer 9 and below or older versions of Firefox. Opera 12 does not support animations.</p> + <p>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.</p> </div> <h3 id="progress-basic">Basic</h3> @@ -5386,7 +5385,7 @@ $('.navbar').scrollspy() <div class="bs-docs-sidenote"> <h4>Resolvable ID targets required</h4> - <p>Navbar links must have resolvable id targets. For example, a <code><a href="#home">home</a></code> must correspond to something in the dom like <code><div id="home"></div></code>.</p> + <p>Navbar links must have resolvable id targets. For example, a <code><a href="#home">home</a></code> must correspond to something in the DOM like <code><div id="home"></div></code>.</p> </div> <h3>Methods</h3> |
