Commit 9b07b999 authored by Mark Otto's avatar Mark Otto

Merge pull request #9286 from neilhem/3.0.0-wip

set img-circle class in percents
parents 39899e46 c07717ce
...@@ -79,7 +79,7 @@ img { ...@@ -79,7 +79,7 @@ img {
// Perfect circle // Perfect circle
.img-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
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment