more component alignment fixes for docs

This commit is contained in:
Mark Otto 2015-03-09 15:08:13 +00:00
parent 707e008d4b
commit 974d9cfb65

View File

@ -1034,10 +1034,15 @@ body {
}
> .nav + .nav,
> .alert + .alert,
> .progress + .progress {
margin-top: 1rem;
}
> .dropdown-menu:first-child {
position: static;
display: block;
}
}