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

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

parent 3726ce24
Showing with 2 additions and 2 deletions
+2 -2
......@@ -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;
......
Supports Markdown
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