From 92c2ad98e753c64a2bd6e3fb94870a2ad3ee0333 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sun, 11 Aug 2013 15:41:06 -0700 Subject: fixes #8983 --- dist/css/bootstrap.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index cc81264ef..aa791541b 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -346,7 +346,7 @@ img { } .img-circle { - border-radius: 500px; + border-radius: 50%; } hr { @@ -4475,7 +4475,6 @@ a.list-group-item.active > .badge, filter: alpha(opacity=90); } -.carousel-control .glyphicon, .carousel-control .icon-prev, .carousel-control .icon-next { position: absolute; -- cgit v1.2.3