2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

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
+5
View File
@@ -1034,10 +1034,15 @@ body {
}
> .nav + .nav,
> .alert + .alert,
> .progress + .progress {
margin-top: 1rem;
}
> .dropdown-menu:first-child {
position: static;
display: block;
}
}