1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-15 10:05:40 +02:00
This commit is contained in:
judetucker
2016-07-25 21:06:07 -07:00
committed by Mark Otto
parent a96038b50a
commit 25b718e5fd

View File

@@ -10,7 +10,7 @@
} }
// Rounded corners // Rounded corners
.img-rounded { .rounded {
@include border-radius($border-radius-lg); @include border-radius($border-radius-lg);
} }