diff options
| author | Artur Kwiatkowski <[email protected]> | 2013-04-22 15:21:55 +0200 |
|---|---|---|
| committer | Artur Kwiatkowski <[email protected]> | 2013-04-22 15:21:55 +0200 |
| commit | b7dcefea83d6aa92c6f78d5fb84fa9a032bc3c7f (patch) | |
| tree | c4787c817b0d8555ab02be5b5d08cb51b6505576 /less/thumbnails.less | |
| parent | 3861e3f5d5c0a579b1a77dc0f45131dd2499ff8b (diff) | |
| parent | e0d60b1325591a347d9e49e44be6d77401b07749 (diff) | |
| download | bootstrap-b7dcefea83d6aa92c6f78d5fb84fa9a032bc3c7f.tar.xz bootstrap-b7dcefea83d6aa92c6f78d5fb84fa9a032bc3c7f.zip | |
Merge branch '3.0.0-wip' of https://github.com/twitter/bootstrap into 3.0.0-wip
Diffstat (limited to 'less/thumbnails.less')
| -rw-r--r-- | less/thumbnails.less | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/less/thumbnails.less b/less/thumbnails.less index 4ea27f517..f31d78617 100644 --- a/less/thumbnails.less +++ b/less/thumbnails.less @@ -12,8 +12,9 @@ .img-thumbnail { padding: 4px; line-height: @line-height-base; - border: 1px solid #ddd; - border-radius: @border-radius-base; + background-color: @thumbnail-bg; + border: 1px solid @thumbnail-border; + border-radius: @thumbnail-border-radius; .transition(all .2s ease-in-out); } .thumbnail { @@ -38,5 +39,5 @@ a.thumbnail:focus { } .thumbnail .caption { padding: 9px; - color: @gray; + color: @thumbnail-caption-color; } |
