aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-11 15:15:53 -0700
committerMark Otto <[email protected]>2013-08-11 15:15:53 -0700
commit9b07b999d2d133487347f3b7a24dc72c47b52506 (patch)
treecdeea8b285b063f5e06b8b93e3b57b6d89e5dae6 /less
parent39899e46cd37263f47b6df5a5fe2cad39df892dd (diff)
parentc07717ce47882a334a9dd86eb3e56adbd2d720fb (diff)
downloadbootstrap-9b07b999d2d133487347f3b7a24dc72c47b52506.tar.xz
bootstrap-9b07b999d2d133487347f3b7a24dc72c47b52506.zip
Merge pull request #9286 from neilhem/3.0.0-wip
set img-circle class in percents
Diffstat (limited to 'less')
-rw-r--r--less/scaffolding.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/scaffolding.less b/less/scaffolding.less
index 3909704bf..5c7b5bb84 100644
--- a/less/scaffolding.less
+++ b/less/scaffolding.less
@@ -79,7 +79,7 @@ img {
// Perfect circle
.img-circle {
- border-radius: 500px; // crank the border-radius so it works with most reasonably sized images
+ border-radius: 50%; // set radius in percents
}