From eb89743837b552ec3415aadc64e97093c049ea63 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 4 Nov 2018 11:06:55 +0100 Subject: [PATCH] css: improve the debug style a tiny bit. --- css/m-debug.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/m-debug.css b/css/m-debug.css index 16633767..7bd7b832 100644 --- a/css/m-debug.css +++ b/css/m-debug.css @@ -53,9 +53,11 @@ /* 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, -- 2.30.2