diff options
| author | vsn4ik <[email protected]> | 2016-04-03 01:47:12 +0300 |
|---|---|---|
| committer | vsn4ik <[email protected]> | 2016-04-03 01:47:12 +0300 |
| commit | fdf92b1528fbec57de73ddfdbf87b347443a3e92 (patch) | |
| tree | 96ae2c031b72095fb8e38914e814c0a1a8a2e898 /scss/_images.scss | |
| parent | cc5e248aa2294fe62fee02ae272e0a57aff827b4 (diff) | |
| download | bootstrap-fdf92b1528fbec57de73ddfdbf87b347443a3e92.tar.xz bootstrap-fdf92b1528fbec57de73ddfdbf87b347443a3e92.zip | |
Use @border-radius and add $nav-tabs-border-radius variable
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 d17006df2..989426999 100644 --- a/scss/_images.scss +++ b/scss/_images.scss @@ -19,7 +19,7 @@ padding: $thumbnail-padding; background-color: $thumbnail-bg; border: $thumbnail-border-width solid $thumbnail-border-color; - border-radius: $thumbnail-border-radius; + @include border-radius($thumbnail-border-radius); transition: all .2s ease-in-out; @include box-shadow($thumbnail-box-shadow); |
