mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-16 02:24:19 +02:00
add basic figure support
This commit is contained in:
@@ -187,3 +187,20 @@ mark,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// Figures
|
||||
//
|
||||
|
||||
.figure {
|
||||
> img {
|
||||
@extend .img-responsive;
|
||||
line-height: 1;
|
||||
margin-bottom: ($spacer-y / 2);
|
||||
}
|
||||
}
|
||||
|
||||
.figure-caption {
|
||||
font-size: 90%;
|
||||
color: $gray-light;
|
||||
}
|
||||
|
Reference in New Issue
Block a user