Compare commits
2 Commits
18c2b6027a
...
c96cfea2b1
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c96cfea2b1 | ||
![]() |
558bd3cf1e |
@ -280,7 +280,6 @@
|
|||||||
<p>
|
<p>
|
||||||
You can also have figures left or right within the text flow.
|
You can also have figures left or right within the text flow.
|
||||||
Just apply the classes <code>float-right</code> or <code>float-right</code> on them.
|
Just apply the classes <code>float-right</code> or <code>float-right</code> on them.
|
||||||
Here you won't use the wrapping DIV element.
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
@ -19,7 +19,7 @@ figure {
|
|||||||
|
|
||||||
.figcaption,
|
.figcaption,
|
||||||
figcaption {
|
figcaption {
|
||||||
background-color: #eee;
|
background-color: @gray-lighter;
|
||||||
caption-side: bottom;
|
caption-side: bottom;
|
||||||
display: table-caption;
|
display: table-caption;
|
||||||
font-size: .9em;
|
font-size: .9em;
|
||||||
@ -30,7 +30,7 @@ figure {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 992px) {
|
@media screen and (min-width: @screen-md-min) {
|
||||||
figure,
|
figure,
|
||||||
.figure {
|
.figure {
|
||||||
margin: 30px auto 40px;
|
margin: 30px auto 40px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user