Compare commits

...

2 Commits

Author SHA1 Message Date
Michael Weimann
c96cfea2b1
Use bootstrap variables
All checks were successful
the build was successful
2019-04-04 21:56:50 +02:00
Michael Weimann
558bd3cf1e
Correct template description 2019-04-04 21:53:32 +02:00
2 changed files with 2 additions and 3 deletions

View File

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