color: var(--dim-link-active-color);
}
-/* Image, figure */
+/* Image */
img.m-image {
display: block;
- max-width: 100%;
margin-left: auto;
margin-right: auto;
+}
+div.m-image {
+ text-align: center;
+}
+img.m-image, div.m-image img {
+ max-width: 100%;
border-radius: 0.2rem;
}
+div.m-image.m-fullwidth img {
+ width: 100%;
+}
+
+/* Figure */
figure.m-figure {
max-width: 100%;
margin-top: 0;
p, ul, ol, dl, blockquote, hr, pre,
article, article > header, article section,
.m-note, .m-frame, .m-block,
-div.m-scroll, table.m-table, img.m-image, figure.m-figure, .m-imagegrid {
+div.m-scroll, table.m-table, div.m-image, img.m-image,
+figure.m-figure, .m-imagegrid {
margin-bottom: 1rem;
}
p:last-child, ul:last-child, ol:last-child, dl:last-child, blockquote:last-child, hr:last-child,
div.highligt:last-child pre, /* TODO: get rid of div.highlight */
article:last-child, article section:last-child,
.m-note:last-child, .m-frame:last-child, .m-block:last-child,
-table.m-table:last-child, img.m-image:last-child, figure.m-figure:last-child {
+table.m-table:last-child, img.m-image:last-child, div.m-image:last-child,
+figure.m-figure:last-child, .m-imagegrid:last-child {
margin-bottom: 0;
}