aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-08-15 14:49:55 -0700
committerMark Otto <[email protected]>2012-08-15 14:49:55 -0700
commit54c645e33d379669015921116c87145f41099b56 (patch)
tree73dbde82390fceffd3ee33cfe22f6378b4b9f8da /docs/assets/css/bootstrap.css
parentfd509cb370867d6a2d2ad45d3bae88d4fecdd088 (diff)
downloadbootstrap-54c645e33d379669015921116c87145f41099b56.tar.xz
bootstrap-54c645e33d379669015921116c87145f41099b56.zip
tweak transition
Diffstat (limited to 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index c31566751..efc2e5915 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -5059,10 +5059,10 @@ input[type="submit"].btn.btn-mini {
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- -o-transition: all 0.2s linear;
- transition: all 0.2s linear;
+ -webkit-transition: all 0.2s ease-in-out;
+ -moz-transition: all 0.2s ease-in-out;
+ -o-transition: all 0.2s ease-in-out;
+ transition: all 0.2s ease-in-out;
}
a.thumbnail:hover {