diff options
| author | Rakhat Jabagin <[email protected]> | 2013-08-09 17:57:49 +0600 |
|---|---|---|
| committer | Rakhat Jabagin <[email protected]> | 2013-08-09 17:57:49 +0600 |
| commit | c07717ce47882a334a9dd86eb3e56adbd2d720fb (patch) | |
| tree | f76a5b284060c79bcd70e598927c4467fddeb605 /less | |
| parent | b29b8acd28984b1fae4817781c0553feea0958e7 (diff) | |
| download | bootstrap-c07717ce47882a334a9dd86eb3e56adbd2d720fb.tar.xz bootstrap-c07717ce47882a334a9dd86eb3e56adbd2d720fb.zip | |
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 b6128dc5d..b9c62912c 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 } |
