2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

fixes #8477: use var for rounded image border-radius

This commit is contained in:
Mark Otto
2013-07-17 23:41:05 -07:00
parent 4d73aa60f9
commit 3604b86806
+1 -1
View File
@@ -71,7 +71,7 @@ img {
// Rounded corners
.img-rounded {
border-radius: 6px;
border-radius: @border-radius-large;
}
// Image thumbnails