From: Geoff Kimball Date: Tue, 15 Dec 2015 17:45:47 +0000 (-0800) Subject: Add note to tooltip docs that the meaning of "right" and "left" doesn't change in RTL X-Git-Tag: v6.0.6~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74bd99a77c6fc6fffb2e504849e5db70e80281e6;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Add note to tooltip docs that the meaning of "right" and "left" doesn't change in RTL --- diff --git a/docs/pages/tooltip.md b/docs/pages/tooltip.md index b96891ac1..5d5653d75 100644 --- a/docs/pages/tooltip.md +++ b/docs/pages/tooltip.md @@ -31,7 +31,12 @@ At the spot thus attained a second peg was driven, and about this, as a centre, --- ## Tooltip Right and Left -You can also position the tooltips to the right and left of the word by adding the classes right and left to span tag. + +You can also position the tooltips to the right and left of the word by adding the classes `.right` or `.left` to the `` element. + +
+

When using Foundation in right-to-left mode, "right" still means right, and "left" still means left.

+
```html_example