From: Chris Rebert Date: Thu, 19 Feb 2015 23:55:33 +0000 (-0800) Subject: Affix docs: add MDN link for `position: sticky` X-Git-Tag: v3.3.4~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89455afe97a267e7a37d5699d9f17e82630b8c04;p=thirdparty%2Fbootstrap.git Affix docs: add MDN link for `position: sticky` --- diff --git a/docs/_includes/js/affix.html b/docs/_includes/js/affix.html index da2fb4127b..5eaed70283 100644 --- a/docs/_includes/js/affix.html +++ b/docs/_includes/js/affix.html @@ -2,7 +2,7 @@

Affix affix.js

Example

-

The affix plugin toggles position: fixed; on and off emulating the effect found with position: sticky;. The subnavigation on the right is a live demo of the affix plugin.

+

The affix plugin toggles position: fixed; on and off, emulating the effect found with position: sticky;. The subnavigation on the right is a live demo of the affix plugin.