diff options
| author | Mark Otto <[email protected]> | 2012-08-15 14:45:35 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-15 14:45:35 -0700 |
| commit | ada5589184550ea87b37ae3cba9edfce57c04e99 (patch) | |
| tree | a906f06dc4697358f7d077ff9113bd1429b0de68 /docs/assets/css/bootstrap.css | |
| parent | e1659b2c4ebcd1124665779fe045600207ea7333 (diff) | |
| download | bootstrap-ada5589184550ea87b37ae3cba9edfce57c04e99.tar.xz bootstrap-ada5589184550ea87b37ae3cba9edfce57c04e99.zip | |
add transition to thumbnails
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 7d706b036..c31566751 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -5059,6 +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; } a.thumbnail:hover { |
