From: Vladimír Vondruš Date: Fri, 5 Jan 2018 16:43:50 +0000 (+0100) Subject: css: for some reason div.m-scroll was missing from here. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=fc4b5f72db66009b288f981156308b0331fabaf4;p=blog.git css: for some reason div.m-scroll was missing from here. --- diff --git a/css/m-components.css b/css/m-components.css index d5af0c07..a1c8014d 100644 --- a/css/m-components.css +++ b/css/m-components.css @@ -1403,7 +1403,7 @@ p:last-child, ul:last-child, ol:last-child, dl:last-child, blockquote:last-child pre:last-child, figure.m-code-figure:last-child, figure.m-console-figure:last-child, hr:last-child, article:last-child, article section:last-child, .m-note:last-child, .m-frame:last-child, .m-block:last-child, -div.m-button:last-child, table.m-table:last-child, +div.m-button:last-child, div.m-scroll:last-child, table.m-table:last-child, img.m-image:last-child, svg.m-image:last-child, div.m-image:last-child, figure.m-figure:last-child, .m-imagegrid:last-child, div.m-math:last-child { margin-bottom: 0;