2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03: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
+1 -1
View File
@@ -72,7 +72,7 @@
}
// Links within the dropdown menu
a {
li > a {
display: block;
padding: 3px 20px;
clear: both;