diff options
| author | Mark Otto <[email protected]> | 2013-08-11 15:15:53 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-11 15:15:53 -0700 |
| commit | 9b07b999d2d133487347f3b7a24dc72c47b52506 (patch) | |
| tree | cdeea8b285b063f5e06b8b93e3b57b6d89e5dae6 /less | |
| parent | 39899e46cd37263f47b6df5a5fe2cad39df892dd (diff) | |
| parent | c07717ce47882a334a9dd86eb3e56adbd2d720fb (diff) | |
| download | bootstrap-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.less | 2 |
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 } |
