Commit 3604b868 authored by Mark Otto's avatar Mark Otto

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

parent 4d73aa60
......@@ -71,7 +71,7 @@ img {
// Rounded corners
.img-rounded {
border-radius: 6px;
border-radius: @border-radius-large;
}
// Image thumbnails
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment