diff options
| author | Chris Rebert <[email protected]> | 2015-11-14 22:54:53 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-11-14 22:54:53 -0800 |
| commit | 13ac07a862b94213e65b287ce7548a58da91c4f5 (patch) | |
| tree | f8ebdc690acd0c1a3d61d4ba9ed8078862c82f87 /scss/_images.scss | |
| parent | 203264d7aff74f966287feecde14125c1feb3c6a (diff) | |
| download | bootstrap-13ac07a862b94213e65b287ce7548a58da91c4f5.tar.xz bootstrap-13ac07a862b94213e65b287ce7548a58da91c4f5.zip | |
$thumbnail-border => $thumbnail-border-color
Diffstat (limited to 'scss/_images.scss')
| -rw-r--r-- | scss/_images.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_images.scss b/scss/_images.scss index ffcd7086d..75010e4ad 100644 --- a/scss/_images.scss +++ b/scss/_images.scss @@ -19,7 +19,7 @@ padding: $thumbnail-padding; line-height: $line-height; background-color: $thumbnail-bg; - border: 1px solid $thumbnail-border; + border: 1px solid $thumbnail-border-color; border-radius: $thumbnail-border-radius; transition: all .2s ease-in-out; @include box-shadow(0 1px 2px rgba(0,0,0,.075)); |
