chiark / gitweb /
css: improve the debug style a tiny bit.
authorVladimír Vondruš <mosra@centrum.cz>
Sun, 4 Nov 2018 10:06:55 +0000 (11:06 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 4 Nov 2018 12:00:03 +0000 (13:00 +0100)
css/m-debug.css

index 16633767fccabd8683e8f74df66572d3165f93d4..7bd7b832552828d3ad715f73420e3e669b11e17f 100644 (file)
 /* m-scroll can't be applied to tables, as it doesn't go well with m-fullwidth */
 table.m-scroll, table.m-scroll *,
 
-/* Grid column can't be also m-note, m-block or m-frame as the margin would
+/* Grid column can't be also m-note, m-block or m-frame ... as the margin would
    break things */
 [class*='m-col-'].m-note, [class*='m-col-'].m-block, [class*='m-col-'].m-frame,
+[class*='m-col-'].m-image, [class*='m-col-'].m-imagegrid, pre[class*='m-col-'],
+[class*='m-col-'].m-code, [class*='m-col-'].m-figure, [class*='m-col-'].m-code-figure,
 
 /* It's ugly to have something styled as two different things so it's illegal */
 .m-block.m-note, .m-block.m-text, .m-note.m-frame, .m-note.m-text, .m-frame.m-text,