diff options
| author | Mark Otto <[email protected]> | 2012-08-18 16:47:04 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-18 16:47:04 -0700 |
| commit | 4d2f584fdd921a9b463355513a0beba5052a199b (patch) | |
| tree | 21e5c79fe55ed7977fd36294c931591ba9b7c954 /docs/base-css.html | |
| parent | 9ae137aede2ec2664793c3d67c99c81188f1c6f5 (diff) | |
| download | bootstrap-4d2f584fdd921a9b463355513a0beba5052a199b.tar.xz bootstrap-4d2f584fdd921a9b463355513a0beba5052a199b.zip | |
fixes #4444: clarify docs copy that new icon white style is intentional on active and hover links in .nav and .dropdown-menu
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index 9c7569563..554b32514 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1756,7 +1756,7 @@ For example, <code><section></code> should be wrapped as inlin <pre class="prettyprint linenums"> <i class="icon-search"></i> </pre> - <p>There are also styles available for inverted (white) icons, made ready with one extra class:</p> + <p>There are also styles available for inverted (white) icons, made ready with one extra class. We will specifically enforce this class on hover and active states for nav and dropdown links.</p> <pre class="prettyprint linenums"> <i class="icon-search icon-white"></i> </pre> |
