0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-30 22:52:24 +01:00

fix progress bar animation button

This commit is contained in:
Mark Otto 2015-04-26 07:17:45 -07:00
parent 28d8849216
commit dc835db51c

View File

@ -63,7 +63,8 @@
> .nav + .nav, > .nav + .nav,
> .alert + .alert, > .alert + .alert,
> .navbar + .navbar, > .navbar + .navbar,
> .progress + .progress { > .progress + .progress,
> .progress + .btn {
margin-top: 1rem; margin-top: 1rem;
} }