Skip to content

Commit

Permalink
Fixes twbs#10452: Add note about deprecation of .nav-divider
Browse files Browse the repository at this point in the history
Should have been dropped in v3, but ah well, we missed it. So, it gets
the deprecation.
  • Loading branch information
mdo committed Sep 5, 2013
1 parent 124c80b commit 56c8826
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion less/navs.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 56c8826

Please sign in to comment.