Skip to content

Commit 73ef263

Browse files
committed
improve comments in image styles
1 parent bf590d8 commit 73ef263

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

less/scaffolding.less

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,12 @@ a:hover {
3232
// Images
3333
// -------------------------
3434

35+
// Rounded corners
3536
.img-rounded {
3637
.border-radius(6px);
3738
}
3839

40+
// Add polaroid-esque trim
3941
.img-polaroid {
4042
padding: 4px;
4143
background-color: #fff;
@@ -44,6 +46,7 @@ a:hover {
4446
.box-shadow(0 1px 3px rgba(0,0,0,.1));
4547
}
4648

49+
// Perfect circle
4750
.img-circle {
48-
.border-radius(500px);
51+
.border-radius(500px); // crank the border-radius so it works with most reasonably sized images
4952
}

0 commit comments

Comments
 (0)