0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

fix alignment of progress elements in examples

This commit is contained in:
Mark Otto 2015-03-09 15:03:06 +00:00
parent edecd2c5f3
commit 46313d5d06

View File

@ -1033,9 +1033,11 @@ body {
margin: .25rem;
}
> .nav + .nav {
> .nav + .nav,
> .progress + .progress {
margin-top: 1rem;
}
}