1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Merge pull request #9286 from neilhem/3.0.0-wip

set img-circle class in percents
This commit is contained in:
Mark Otto 2013-08-11 15:15:53 -07:00
commit 9b07b999d2

View file

@ -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
}