From fb1be6a7a8f61ec006ddc6542c157f7384a88a68 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 3 Nov 2018 22:28:49 +0100 Subject: [PATCH] css: fix padding-after for SVG images. :( --- css/m-components.css | 2 +- css/m-dark+doxygen.compiled.css | 2 +- css/m-dark.compiled.css | 2 +- css/m-light+doxygen.compiled.css | 2 +- css/m-light.compiled.css | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/css/m-components.css b/css/m-components.css index 81f93038..b4644843 100644 --- a/css/m-components.css +++ b/css/m-components.css @@ -1415,7 +1415,7 @@ hr:last-child, hr.m-nopadb, .m-note:last-child, .m-note.m-nopadb, div.m-button:last-child, div.m-button.m-nopadb, div.m-scroll:last-child, div.m-scroll.m-nopadb, table.m-table:last-child, table.m-table.m-nopadb, -img.m-image:last-child, img.m-image.m-nopadb +img.m-image:last-child, img.m-image.m-nopadb, svg.m-image:last-child, svg.m-image.m-nopadb, div.m-image:last-child, div.m-image.m-nopadb, figure.m-figure:last-child, figure.m-figure.m-nopadb, diff --git a/css/m-dark+doxygen.compiled.css b/css/m-dark+doxygen.compiled.css index ee8d6b79..7c936b98 100644 --- a/css/m-dark+doxygen.compiled.css +++ b/css/m-dark+doxygen.compiled.css @@ -1634,7 +1634,7 @@ hr:last-child, hr.m-nopadb, .m-note:last-child, .m-note.m-nopadb, div.m-button:last-child, div.m-button.m-nopadb, div.m-scroll:last-child, div.m-scroll.m-nopadb, table.m-table:last-child, table.m-table.m-nopadb, -img.m-image:last-child, img.m-image.m-nopadb +img.m-image:last-child, img.m-image.m-nopadb, svg.m-image:last-child, svg.m-image.m-nopadb, div.m-image:last-child, div.m-image.m-nopadb, figure.m-figure:last-child, figure.m-figure.m-nopadb, diff --git a/css/m-dark.compiled.css b/css/m-dark.compiled.css index 2d9d9652..08b4ba5f 100644 --- a/css/m-dark.compiled.css +++ b/css/m-dark.compiled.css @@ -1634,7 +1634,7 @@ hr:last-child, hr.m-nopadb, .m-note:last-child, .m-note.m-nopadb, div.m-button:last-child, div.m-button.m-nopadb, div.m-scroll:last-child, div.m-scroll.m-nopadb, table.m-table:last-child, table.m-table.m-nopadb, -img.m-image:last-child, img.m-image.m-nopadb +img.m-image:last-child, img.m-image.m-nopadb, svg.m-image:last-child, svg.m-image.m-nopadb, div.m-image:last-child, div.m-image.m-nopadb, figure.m-figure:last-child, figure.m-figure.m-nopadb, diff --git a/css/m-light+doxygen.compiled.css b/css/m-light+doxygen.compiled.css index 59d5b0e7..e79ffd47 100644 --- a/css/m-light+doxygen.compiled.css +++ b/css/m-light+doxygen.compiled.css @@ -1634,7 +1634,7 @@ hr:last-child, hr.m-nopadb, .m-note:last-child, .m-note.m-nopadb, div.m-button:last-child, div.m-button.m-nopadb, div.m-scroll:last-child, div.m-scroll.m-nopadb, table.m-table:last-child, table.m-table.m-nopadb, -img.m-image:last-child, img.m-image.m-nopadb +img.m-image:last-child, img.m-image.m-nopadb, svg.m-image:last-child, svg.m-image.m-nopadb, div.m-image:last-child, div.m-image.m-nopadb, figure.m-figure:last-child, figure.m-figure.m-nopadb, diff --git a/css/m-light.compiled.css b/css/m-light.compiled.css index 5b5e8623..24f4b3f7 100644 --- a/css/m-light.compiled.css +++ b/css/m-light.compiled.css @@ -1634,7 +1634,7 @@ hr:last-child, hr.m-nopadb, .m-note:last-child, .m-note.m-nopadb, div.m-button:last-child, div.m-button.m-nopadb, div.m-scroll:last-child, div.m-scroll.m-nopadb, table.m-table:last-child, table.m-table.m-nopadb, -img.m-image:last-child, img.m-image.m-nopadb +img.m-image:last-child, img.m-image.m-nopadb, svg.m-image:last-child, svg.m-image.m-nopadb, div.m-image:last-child, div.m-image.m-nopadb, figure.m-figure:last-child, figure.m-figure.m-nopadb, -- 2.30.2