0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

fixes #5430: scope link styles in .dropdown-menu to .dropdown-menu li > a

This commit is contained in:
Mark Otto 2012-10-05 11:13:21 -07:00
parent 3726ce24bb
commit 7d649c9d4a
2 changed files with 2 additions and 2 deletions

View File

@ -2808,7 +2808,7 @@ table th[class*="span"],
border-bottom: 1px solid #ffffff;
}
.dropdown-menu a {
.dropdown-menu li > a {
display: block;
padding: 3px 20px;
clear: both;

View File

@ -72,7 +72,7 @@
}
// Links within the dropdown menu
a {
li > a {
display: block;
padding: 3px 20px;
clear: both;