Compare commits
No commits in common. "c96cfea2b1190a507481ed6c4cb918badc25f83a" and "18c2b6027ae61dbe761cbda79fb1bbda50e1e40c" have entirely different histories.
c96cfea2b1
...
18c2b6027a
@ -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>
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user