diff options
| author | Mark Otto <[email protected]> | 2013-09-04 18:52:45 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-04 18:52:45 -0700 |
| commit | 56c8826c770376840d1873f4e524f096ab5c686d (patch) | |
| tree | ee2a9eb368f83eec3e89a42945c6225edb9f6a1f | |
| parent | 124c80b30a3dccbc5718873d546b0912b91795a1 (diff) | |
| download | bootstrap-56c8826c770376840d1873f4e524f096ab5c686d.tar.xz bootstrap-56c8826c770376840d1873f4e524f096ab5c686d.zip | |
Fixes #10452: Add note about deprecation of .nav-divider
Should have been dropped in v3, but ah well, we missed it. So, it gets
the deprecation.
| -rw-r--r-- | less/navs.less | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/less/navs.less b/less/navs.less index 27861f8f4..bdab92606 100644 --- a/less/navs.less +++ b/less/navs.less @@ -51,12 +51,17 @@ } } - // Dividers (basically an hr) within the dropdown + // Nav dividers (deprecated with v3.0.1) + // + // This should have been removed in v3 with the dropping of `.nav-list`, but + // we missed it. We don't currently support this anywhere, but in the interest + // of maintaining backward compatibility in case you use it, it's deprecated. .nav-divider { .nav-divider(); } // Prevent IE8 from misplacing imgs + // // See https://github.com/h5bp/html5-boilerplate/issues/984#issuecomment-3985989 > li > a > img { max-width: none; |
