Compare commits

..

No commits in common. "c96cfea2b1190a507481ed6c4cb918badc25f83a" and "18c2b6027ae61dbe761cbda79fb1bbda50e1e40c" have entirely different histories.

2 changed files with 3 additions and 2 deletions

View File

@ -280,6 +280,7 @@
<p>
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.
Here you won't use the wrapping DIV element.
</p>
<p>

View File

@ -19,7 +19,7 @@ figure {
.figcaption,
figcaption {
background-color: @gray-lighter;
background-color: #eee;
caption-side: bottom;
display: table-caption;
font-size: .9em;
@ -30,7 +30,7 @@ figure {
}
}
@media screen and (min-width: @screen-md-min) {
@media screen and (min-width: 992px) {
figure,
.figure {
margin: 30px auto 40px;