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 /less | |
| parent | e1659b2c4ebcd1124665779fe045600207ea7333 (diff) | |
| download | bootstrap-ada5589184550ea87b37ae3cba9edfce57c04e99.tar.xz bootstrap-ada5589184550ea87b37ae3cba9edfce57c04e99.zip | |
add transition to thumbnails
Diffstat (limited to 'less')
| -rw-r--r-- | less/thumbnails.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/thumbnails.less b/less/thumbnails.less index 99b09dd86..280266ff9 100644 --- a/less/thumbnails.less +++ b/less/thumbnails.less @@ -31,6 +31,7 @@ border: 1px solid #ddd; .border-radius(4px); .box-shadow(0 1px 3px rgba(0,0,0,.055)); + .transition(all .2s linear); } // Add a hover state for linked versions only a.thumbnail:hover { |
