3 // --------------------------------------------------
6 // Note: `.thumbnails` and `.thumbnails > li` are overriden in responsive files
8 // Make wrapper ul behave like the grid
10 margin-left: -@gridGutterWidth;
14 // Fluid rows have no left margin
15 .row-fluid .thumbnails {
19 // Float li to make thumbnails appear in a row
21 float: left; // Explicity set the float since we don't require .span* classes
22 margin-bottom: @baseLineHeight;
23 margin-left: @gridGutterWidth;
26 // The actual thumbnail (can be `a` or `div`)
30 line-height: @baseLineHeight;
31 border: 1px solid #ddd;
32 .border-radius(@baseBorderRadius);
33 .box-shadow(0 1px 3px rgba(0,0,0,.055));
34 .transition(all .2s ease-in-out);
36 // Add a hover/focus state for linked versions only
39 border-color: @linkColor;
40 .box-shadow(0 1px 4px rgba(0,105,214,.25));
43 // Images and captions