mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-29 02:30:23 +00:00
fixes #8477: use var for rounded image border-radius
This commit is contained in:
parent
4d73aa60f9
commit
3604b86806
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ img {
|
|||
|
||||
// Rounded corners
|
||||
.img-rounded {
|
||||
border-radius: 6px;
|
||||
border-radius: @border-radius-large;
|
||||
}
|
||||
|
||||
// Image thumbnails
|
||||
|
|
|
|||
Loading…
Reference in a new issue