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

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

parent 4d73aa60
Showing with 1 addition and 1 deletion
+1 -1
...@@ -71,7 +71,7 @@ img { ...@@ -71,7 +71,7 @@ img {
// Rounded corners // Rounded corners
.img-rounded { .img-rounded {
border-radius: 6px; border-radius: @border-radius-large;
} }
// Image thumbnails // Image thumbnails
......
Supports Markdown
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