From: Vladimír Vondruš Date: Sat, 3 Nov 2018 21:28:49 +0000 (+0100) Subject: css: fix padding-after for SVG images. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=fb1be6a7a8f61ec006ddc6542c157f7384a88a68;p=blog.git css: fix padding-after for SVG images. :( --- 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,