]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Affix docs: add MDN link for `position: sticky`
authorChris Rebert <github@rebertia.com>
Thu, 19 Feb 2015 23:55:33 +0000 (15:55 -0800)
committerChris Rebert <github@rebertia.com>
Thu, 19 Feb 2015 23:55:33 +0000 (15:55 -0800)
docs/_includes/js/affix.html

index da2fb4127b3ce4fdde36131fbad5f60b491f9a3a..5eaed7028333609addf94d72172c384a940fd345 100644 (file)
@@ -2,7 +2,7 @@
   <h1 id="affix" class="page-header">Affix <small>affix.js</small></h1>
 
   <h2 id="affix-examples">Example</h2>
-  <p>The affix plugin toggles <code>position: fixed;</code> on and off emulating the effect found with <code>position: sticky;</code>. The subnavigation on the right is a live demo of the affix plugin.</p>
+  <p>The affix plugin toggles <code>position: fixed;</code> on and off, emulating the effect found with <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/position#Sticky_positioning"><code>position: sticky;</code></a>. The subnavigation on the right is a live demo of the affix plugin.</p>
 
   <hr class="bs-docs-separator">