From: Vladimír Vondruš Date: Sun, 4 Nov 2018 10:06:55 +0000 (+0100) Subject: css: improve the debug style a tiny bit. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=eb89743837b552ec3415aadc64e97093c049ea63;p=blog.git css: improve the debug style a tiny bit. --- 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,