chiark / gitweb /
css: for some reason div.m-scroll was missing from here.
authorVladimír Vondruš <mosra@centrum.cz>
Fri, 5 Jan 2018 16:43:50 +0000 (17:43 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Tue, 16 Jan 2018 21:45:06 +0000 (22:45 +0100)
css/m-components.css

index d5af0c07471d0f3f6772e5d074be6d06fa7aec4c..a1c8014dc970c98c6876f91a9887bc402d11d8ba 100644 (file)
@@ -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;