Commit 7d649c9d authored by Mark Otto's avatar Mark Otto

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

parent 3726ce24
......@@ -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;
......
......@@ -72,7 +72,7 @@
}
// Links within the dropdown menu
a {
li > a {
display: block;
padding: 3px 20px;
clear: both;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment