diff options
| author | Mark Otto <[email protected]> | 2014-05-22 20:14:32 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-05-22 20:14:32 -0700 |
| commit | ef360b61b5eb79982e85d8c8380de69ef16395a6 (patch) | |
| tree | 3894336760fb237ab5547631acef82022f9ad87f /docs/_includes | |
| parent | fab9ab8fe9b51ebc88872482556df3f793e5ac4a (diff) | |
| download | bootstrap-ef360b61b5eb79982e85d8c8380de69ef16395a6.tar.xz bootstrap-ef360b61b5eb79982e85d8c8380de69ef16395a6.zip | |
clarify and danger-ify affix docs usage requirements, per #10235
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/js/affix.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/js/affix.html b/docs/_includes/js/affix.html index 5b6fec0bb..4ce51cb34 100644 --- a/docs/_includes/js/affix.html +++ b/docs/_includes/js/affix.html @@ -7,7 +7,7 @@ <hr class="bs-docs-separator"> <h2 id="affix-usage">Usage</h2> - <p>Use the affix plugin via data attributes or manually with your own JavaScript. <strong>In both situations, you must provide CSS for the positioning of your content.</strong></p> + <p>Use the affix plugin via data attributes or manually with your own JavaScript. <strong class="text-danger">In both situations, you must provide CSS for the positioning and width of your affixed content.</strong></p> <h3>Positioning via CSS</h3> <p>The affix plugin toggles between three classes, each representing a particular state: <code>.affix</code>, <code>.affix-top</code>, and <code>.affix-bottom</code>. You must provide the styles for these classes yourself (independent of this plugin) to handle the actual positions.</p> |
