]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
transitions and text changes
authorMark Otto <markdotto@gmail.com>
Sun, 9 Aug 2015 04:37:48 +0000 (21:37 -0700)
committerMark Otto <markdotto@gmail.com>
Sun, 9 Aug 2015 04:37:48 +0000 (21:37 -0700)
docs/components/popovers.md
docs/components/tooltips.md

index 5cc988406102c8f9f7f1e45a4757c2a25d7a3d31..40ae0b4b5b1ff5a85043710ee1a922e93c04d9a3 100644 (file)
@@ -4,7 +4,7 @@ title: Popovers
 group: components
 ---
 
-Add small overlays of content, like those found in iOS, to any element for housing secondary information.
+Add small overlay content, like those found in iOS, to any element for housing secondary information.
 
 ## Contents
 
@@ -23,6 +23,8 @@ Things to know when using the popover plugin:
 - Popovers for `.disabled` or `disabled` elements must be triggered on a wrapper element.
 - When triggered from hyperlinks that span multiple lines, popovers will be centered. Use `white-space: nowrap;` on your `<a>`s to avoid this behavior.
 
+Got all that? Great, let's see how they work with some examples.
+
 ## Example: Enable popovers everywhere
 
 One way to initialize all popovers on a page would be to select them by their `data-toggle` attribute:
index 2dfa5ae9b9da4bec7a3102633a9891f7d40bd7c8..43ed68bda3c0dfb4105cd88a1fd7a6c88d6619c3 100644 (file)
@@ -4,7 +4,7 @@ title: Tooltips
 group: components
 ---
 
-Inspired by the excellent jQuery.tipsy plugin written by Jason Frame; Tooltips are an updated version, which don't rely on images, use CSS3 for animations, and data-attributes for local title storage.
+Inspired by the excellent Tipsy jQuery plugin written by Jason Frame. Tooltips are an updated version, which don't rely on images, use CSS3 for animations, and data-attributes for local title storage.
 
 ## Contents
 
@@ -22,6 +22,8 @@ Things to know when using the popover plugin:
 - Tooltips for `.disabled` or `disabled` elements must be triggered on a wrapper element.
 - When triggered from hyperlinks that span multiple lines, tooltips will be centered. Use `white-space: nowrap;` on your `<a>`s to avoid this behavior.
 
+Got all that? Great, let's see how they work with some examples.
+
 ## Example: Enable popovers everywhere
 
 One way to initialize all tooltips on a page would be to select them by their `data-toggle` attribute: