1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 00:29:52 +02:00
This commit is contained in:
Jacob Thornton
2013-08-11 15:41:06 -07:00
parent b8ed111a18
commit 92c2ad98e7
6 changed files with 21 additions and 8 deletions

View File

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

File diff suppressed because one or more lines are too long