mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-13 13:29:25 +01:00
fixes #8477: use var for rounded image border-radius
This commit is contained in:
parent
4d73aa60f9
commit
3604b86806
@ -71,7 +71,7 @@ img {
|
||||
|
||||
// Rounded corners
|
||||
.img-rounded {
|
||||
border-radius: 6px;
|
||||
border-radius: @border-radius-large;
|
||||
}
|
||||
|
||||
// Image thumbnails
|
||||
|
Loading…
x
Reference in New Issue
Block a user