Mercurial > wikked
comparison static/bootstrap/less/thumbnails.less @ 88:a5a3d454eac9
Updated Bootstrap.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 05 Apr 2013 08:08:12 -0700 |
parents | 130eccd396d8 |
children | d29e2f337b00 |
comparison
equal
deleted
inserted
replaced
87:c0cf67362fb1 | 88:a5a3d454eac9 |
---|---|
31 border: 1px solid #ddd; | 31 border: 1px solid #ddd; |
32 .border-radius(@baseBorderRadius); | 32 .border-radius(@baseBorderRadius); |
33 .box-shadow(0 1px 3px rgba(0,0,0,.055)); | 33 .box-shadow(0 1px 3px rgba(0,0,0,.055)); |
34 .transition(all .2s ease-in-out); | 34 .transition(all .2s ease-in-out); |
35 } | 35 } |
36 // Add a hover state for linked versions only | 36 // Add a hover/focus state for linked versions only |
37 a.thumbnail:hover { | 37 a.thumbnail:hover, |
38 a.thumbnail:focus { | |
38 border-color: @linkColor; | 39 border-color: @linkColor; |
39 .box-shadow(0 1px 4px rgba(0,105,214,.25)); | 40 .box-shadow(0 1px 4px rgba(0,105,214,.25)); |
40 } | 41 } |
41 | 42 |
42 // Images and captions | 43 // Images and captions |