0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +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,
> .alert + .alert,
> .navbar + .navbar,
> .progress + .progress {
> .progress + .progress,
> .progress + .btn {
margin-top: 1rem;
}