1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

scope subnav link styles to first child, and no dropdowns

This commit is contained in:
Mark Otto 2012-01-28 00:27:49 -08:00
parent 873be0e4f2
commit 963e5e0eda

View file

@ -752,7 +752,7 @@ form.well {
.subnav .nav > li > a {
border: 0;
}
.subnav .nav li + li a {
.subnav .nav > li + li a {
border-top: 1px solid #e5e5e5;
}