Merge pull request #454 from procodeing/master

Update _base.css to save space
This commit is contained in:
Daniel Eden 2015-08-09 20:36:41 -07:00
commit 05658b298b

View File

@ -19,12 +19,9 @@ Copyright (c) 2015 Daniel Eden
animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut{
animation-duration: .75s;
}