From: Vladimír Vondruš Date: Mon, 29 Apr 2019 17:12:50 +0000 (+0200) Subject: css: consistently use just .m-{code,console}-figure w/o the figure prefix. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=843cac1432661d8c0c7ddd9cdd98803cd35921d6;p=blog.git css: consistently use just .m-{code,console}-figure w/o the figure prefix. This was done in order to make it possible to use code figures with less-than-ideal authoring tools (Doxygen) and some cases were left out by accident. --- diff --git a/css/m-dark+documentation.compiled.css b/css/m-dark+documentation.compiled.css index bfbebab8..64597f78 100644 --- a/css/m-dark+documentation.compiled.css +++ b/css/m-dark+documentation.compiled.css @@ -2196,38 +2196,38 @@ article:last-child, article section:last-child { margin-bottom: 0; } .m-container-inflatable section:target > .m-frame, .m-container-inflatable section:target > .m-block, .m-container-inflatable section:target > pre, -.m-container-inflatable section:target > figure.m-code-figure > pre:first-child, -.m-container-inflatable section:target > figure.m-console-figure > pre:first-child, +.m-container-inflatable section:target > .m-code-figure > pre:first-child, +.m-container-inflatable section:target > .m-console-figure > pre:first-child, .m-container-inflatable section:target section > .m-note, .m-container-inflatable section:target section > .m-frame, .m-container-inflatable section:target section > .m-block, .m-container-inflatable section:target section > pre, -.m-container-inflatable section:target section > figure.m-code-figure > pre:first-child, -.m-container-inflatable section:target section > figure.m-console-figure > pre:first-child, +.m-container-inflatable section:target section > .m-code-figure > pre:first-child, +.m-container-inflatable section:target section > .m-console-figure > pre:first-child, .m-container-inflatable section:target [class*='m-center-'] > .m-note, .m-container-inflatable section:target [class*='m-center-'] > .m-frame, .m-container-inflatable section:target [class*='m-center-'] > .m-block, .m-container-inflatable section:target [class*='m-center-'] > pre, -.m-container-inflatable section:target [class*='m-center-'] > figure.m-code-figure > pre:first-child, -.m-container-inflatable section:target [class*='m-center-'] > figure.m-console-figure > pre:first-child, +.m-container-inflatable section:target [class*='m-center-'] > .m-code-figure > pre:first-child, +.m-container-inflatable section:target [class*='m-center-'] > .m-console-figure > pre:first-child, .m-container-inflatable section:target [class*='m-left-'] > .m-note, .m-container-inflatable section:target [class*='m-left-'] > .m-frame, .m-container-inflatable section:target [class*='m-left-'] > .m-block, .m-container-inflatable section:target [class*='m-left-'] > pre, -.m-container-inflatable section:target [class*='m-left-'] > figure.m-code-figure > pre:first-child, -.m-container-inflatable section:target [class*='m-left-'] > figure.m-console-figure > pre:first-child, +.m-container-inflatable section:target [class*='m-left-'] > .m-code-figure > pre:first-child, +.m-container-inflatable section:target [class*='m-left-'] > .m-console-figure > pre:first-child, .m-container-inflatable section:target [class*='m-right-'] > .m-note, .m-container-inflatable section:target [class*='m-right-'] > .m-frame, .m-container-inflatable section:target [class*='m-right-'] > .m-block, .m-container-inflatable section:target [class*='m-right-'] > pre, -.m-container-inflatable section:target [class*='m-right-'] > figure.m-code-figure > pre:first-child, -.m-container-inflatable section:target [class*='m-right-'] > figure.m-console-figure > pre:first-child, +.m-container-inflatable section:target [class*='m-right-'] > .m-code-figure > pre:first-child, +.m-container-inflatable section:target [class*='m-right-'] > .m-console-figure > pre:first-child, .m-container-inflatable section:target .m-container-inflate > .m-note, .m-container-inflatable section:target .m-container-inflate > .m-frame, .m-container-inflatable section:target .m-container-inflate > .m-block, .m-container-inflatable section:target .m-container-inflate > pre, -.m-container-inflatable section:target .m-container-inflate > figure.m-code-figure > pre:first-child, -.m-container-inflatable section:target .m-container-inflate > figure.m-console-figure > pre:first-child { +.m-container-inflatable section:target .m-container-inflate > .m-code-figure > pre:first-child, +.m-container-inflatable section:target .m-container-inflate > .m-console-figure > pre:first-child { margin-left: -1.0rem; border-left-style: solid; border-left-width: 0.25rem; @@ -2235,18 +2235,18 @@ article:last-child, article section:last-child { margin-bottom: 0; } border-bottom-left-radius: 0; padding-left: 0.75rem; } -.m-container-inflatable section:target > figure.m-code-figure::before, -.m-container-inflatable section:target > figure.m-console-figure::before, -.m-container-inflatable section:target section > figure.m-code-figure::before, -.m-container-inflatable section:target section > figure.m-console-figure::before, -.m-container-inflatable section:target [class*='m-center-'] > figure.m-code-figure::before, -.m-container-inflatable section:target [class*='m-center-'] > figure.m-console-figure::before, -.m-container-inflatable section:target [class*='m-left-'] > figure.m-code-figure::before, -.m-container-inflatable section:target [class*='m-left-'] > figure.m-console-figure::before, -.m-container-inflatable section:target [class*='m-right-'] > figure.m-code-figure::before, -.m-container-inflatable section:target [class*='m-right-'] > figure.m-console-figure::before, -.m-container-inflatable section:target .m-container-inflate > figure.m-code-figure::before, -.m-container-inflatable section:target .m-container-inflate > figure.m-console-figure::before { +.m-container-inflatable section:target > .m-code-figure::before, +.m-container-inflatable section:target > .m-console-figure::before, +.m-container-inflatable section:target section > .m-code-figure::before, +.m-container-inflatable section:target section > .m-console-figure::before, +.m-container-inflatable section:target [class*='m-center-'] > .m-code-figure::before, +.m-container-inflatable section:target [class*='m-center-'] > .m-console-figure::before, +.m-container-inflatable section:target [class*='m-left-'] > .m-code-figure::before, +.m-container-inflatable section:target [class*='m-left-'] > .m-console-figure::before, +.m-container-inflatable section:target [class*='m-right-'] > .m-code-figure::before, +.m-container-inflatable section:target [class*='m-right-'] > .m-console-figure::before, +.m-container-inflatable section:target .m-container-inflate > .m-code-figure::before, +.m-container-inflatable section:target .m-container-inflate > .m-console-figure::before { border-top-left-radius: 0; border-bottom-left-radius: 0; border-left-width: 0.25rem; diff --git a/css/m-dark.compiled.css b/css/m-dark.compiled.css index cc830980..47f9a953 100644 --- a/css/m-dark.compiled.css +++ b/css/m-dark.compiled.css @@ -2196,38 +2196,38 @@ article:last-child, article section:last-child { margin-bottom: 0; } .m-container-inflatable section:target > .m-frame, .m-container-inflatable section:target > .m-block, .m-container-inflatable section:target > pre, -.m-container-inflatable section:target > figure.m-code-figure > pre:first-child, -.m-container-inflatable section:target > figure.m-console-figure > pre:first-child, +.m-container-inflatable section:target > .m-code-figure > pre:first-child, +.m-container-inflatable section:target > .m-console-figure > pre:first-child, .m-container-inflatable section:target section > .m-note, .m-container-inflatable section:target section > .m-frame, .m-container-inflatable section:target section > .m-block, .m-container-inflatable section:target section > pre, -.m-container-inflatable section:target section > figure.m-code-figure > pre:first-child, -.m-container-inflatable section:target section > figure.m-console-figure > pre:first-child, +.m-container-inflatable section:target section > .m-code-figure > pre:first-child, +.m-container-inflatable section:target section > .m-console-figure > pre:first-child, .m-container-inflatable section:target [class*='m-center-'] > .m-note, .m-container-inflatable section:target [class*='m-center-'] > .m-frame, .m-container-inflatable section:target [class*='m-center-'] > .m-block, .m-container-inflatable section:target [class*='m-center-'] > pre, -.m-container-inflatable section:target [class*='m-center-'] > figure.m-code-figure > pre:first-child, -.m-container-inflatable section:target [class*='m-center-'] > figure.m-console-figure > pre:first-child, +.m-container-inflatable section:target [class*='m-center-'] > .m-code-figure > pre:first-child, +.m-container-inflatable section:target [class*='m-center-'] > .m-console-figure > pre:first-child, .m-container-inflatable section:target [class*='m-left-'] > .m-note, .m-container-inflatable section:target [class*='m-left-'] > .m-frame, .m-container-inflatable section:target [class*='m-left-'] > .m-block, .m-container-inflatable section:target [class*='m-left-'] > pre, -.m-container-inflatable section:target [class*='m-left-'] > figure.m-code-figure > pre:first-child, -.m-container-inflatable section:target [class*='m-left-'] > figure.m-console-figure > pre:first-child, +.m-container-inflatable section:target [class*='m-left-'] > .m-code-figure > pre:first-child, +.m-container-inflatable section:target [class*='m-left-'] > .m-console-figure > pre:first-child, .m-container-inflatable section:target [class*='m-right-'] > .m-note, .m-container-inflatable section:target [class*='m-right-'] > .m-frame, .m-container-inflatable section:target [class*='m-right-'] > .m-block, .m-container-inflatable section:target [class*='m-right-'] > pre, -.m-container-inflatable section:target [class*='m-right-'] > figure.m-code-figure > pre:first-child, -.m-container-inflatable section:target [class*='m-right-'] > figure.m-console-figure > pre:first-child, +.m-container-inflatable section:target [class*='m-right-'] > .m-code-figure > pre:first-child, +.m-container-inflatable section:target [class*='m-right-'] > .m-console-figure > pre:first-child, .m-container-inflatable section:target .m-container-inflate > .m-note, .m-container-inflatable section:target .m-container-inflate > .m-frame, .m-container-inflatable section:target .m-container-inflate > .m-block, .m-container-inflatable section:target .m-container-inflate > pre, -.m-container-inflatable section:target .m-container-inflate > figure.m-code-figure > pre:first-child, -.m-container-inflatable section:target .m-container-inflate > figure.m-console-figure > pre:first-child { +.m-container-inflatable section:target .m-container-inflate > .m-code-figure > pre:first-child, +.m-container-inflatable section:target .m-container-inflate > .m-console-figure > pre:first-child { margin-left: -1.0rem; border-left-style: solid; border-left-width: 0.25rem; @@ -2235,18 +2235,18 @@ article:last-child, article section:last-child { margin-bottom: 0; } border-bottom-left-radius: 0; padding-left: 0.75rem; } -.m-container-inflatable section:target > figure.m-code-figure::before, -.m-container-inflatable section:target > figure.m-console-figure::before, -.m-container-inflatable section:target section > figure.m-code-figure::before, -.m-container-inflatable section:target section > figure.m-console-figure::before, -.m-container-inflatable section:target [class*='m-center-'] > figure.m-code-figure::before, -.m-container-inflatable section:target [class*='m-center-'] > figure.m-console-figure::before, -.m-container-inflatable section:target [class*='m-left-'] > figure.m-code-figure::before, -.m-container-inflatable section:target [class*='m-left-'] > figure.m-console-figure::before, -.m-container-inflatable section:target [class*='m-right-'] > figure.m-code-figure::before, -.m-container-inflatable section:target [class*='m-right-'] > figure.m-console-figure::before, -.m-container-inflatable section:target .m-container-inflate > figure.m-code-figure::before, -.m-container-inflatable section:target .m-container-inflate > figure.m-console-figure::before { +.m-container-inflatable section:target > .m-code-figure::before, +.m-container-inflatable section:target > .m-console-figure::before, +.m-container-inflatable section:target section > .m-code-figure::before, +.m-container-inflatable section:target section > .m-console-figure::before, +.m-container-inflatable section:target [class*='m-center-'] > .m-code-figure::before, +.m-container-inflatable section:target [class*='m-center-'] > .m-console-figure::before, +.m-container-inflatable section:target [class*='m-left-'] > .m-code-figure::before, +.m-container-inflatable section:target [class*='m-left-'] > .m-console-figure::before, +.m-container-inflatable section:target [class*='m-right-'] > .m-code-figure::before, +.m-container-inflatable section:target [class*='m-right-'] > .m-console-figure::before, +.m-container-inflatable section:target .m-container-inflate > .m-code-figure::before, +.m-container-inflatable section:target .m-container-inflate > .m-console-figure::before { border-top-left-radius: 0; border-bottom-left-radius: 0; border-left-width: 0.25rem; diff --git a/css/m-layout.css b/css/m-layout.css index ff8acaf8..c1035e31 100644 --- a/css/m-layout.css +++ b/css/m-layout.css @@ -486,38 +486,38 @@ article:last-child, article section:last-child { margin-bottom: 0; } .m-container-inflatable section:target > .m-frame, .m-container-inflatable section:target > .m-block, .m-container-inflatable section:target > pre, -.m-container-inflatable section:target > figure.m-code-figure > pre:first-child, -.m-container-inflatable section:target > figure.m-console-figure > pre:first-child, +.m-container-inflatable section:target > .m-code-figure > pre:first-child, +.m-container-inflatable section:target > .m-console-figure > pre:first-child, .m-container-inflatable section:target section > .m-note, .m-container-inflatable section:target section > .m-frame, .m-container-inflatable section:target section > .m-block, .m-container-inflatable section:target section > pre, -.m-container-inflatable section:target section > figure.m-code-figure > pre:first-child, -.m-container-inflatable section:target section > figure.m-console-figure > pre:first-child, +.m-container-inflatable section:target section > .m-code-figure > pre:first-child, +.m-container-inflatable section:target section > .m-console-figure > pre:first-child, .m-container-inflatable section:target [class*='m-center-'] > .m-note, .m-container-inflatable section:target [class*='m-center-'] > .m-frame, .m-container-inflatable section:target [class*='m-center-'] > .m-block, .m-container-inflatable section:target [class*='m-center-'] > pre, -.m-container-inflatable section:target [class*='m-center-'] > figure.m-code-figure > pre:first-child, -.m-container-inflatable section:target [class*='m-center-'] > figure.m-console-figure > pre:first-child, +.m-container-inflatable section:target [class*='m-center-'] > .m-code-figure > pre:first-child, +.m-container-inflatable section:target [class*='m-center-'] > .m-console-figure > pre:first-child, .m-container-inflatable section:target [class*='m-left-'] > .m-note, .m-container-inflatable section:target [class*='m-left-'] > .m-frame, .m-container-inflatable section:target [class*='m-left-'] > .m-block, .m-container-inflatable section:target [class*='m-left-'] > pre, -.m-container-inflatable section:target [class*='m-left-'] > figure.m-code-figure > pre:first-child, -.m-container-inflatable section:target [class*='m-left-'] > figure.m-console-figure > pre:first-child, +.m-container-inflatable section:target [class*='m-left-'] > .m-code-figure > pre:first-child, +.m-container-inflatable section:target [class*='m-left-'] > .m-console-figure > pre:first-child, .m-container-inflatable section:target [class*='m-right-'] > .m-note, .m-container-inflatable section:target [class*='m-right-'] > .m-frame, .m-container-inflatable section:target [class*='m-right-'] > .m-block, .m-container-inflatable section:target [class*='m-right-'] > pre, -.m-container-inflatable section:target [class*='m-right-'] > figure.m-code-figure > pre:first-child, -.m-container-inflatable section:target [class*='m-right-'] > figure.m-console-figure > pre:first-child, +.m-container-inflatable section:target [class*='m-right-'] > .m-code-figure > pre:first-child, +.m-container-inflatable section:target [class*='m-right-'] > .m-console-figure > pre:first-child, .m-container-inflatable section:target .m-container-inflate > .m-note, .m-container-inflatable section:target .m-container-inflate > .m-frame, .m-container-inflatable section:target .m-container-inflate > .m-block, .m-container-inflatable section:target .m-container-inflate > pre, -.m-container-inflatable section:target .m-container-inflate > figure.m-code-figure > pre:first-child, -.m-container-inflatable section:target .m-container-inflate > figure.m-console-figure > pre:first-child { +.m-container-inflatable section:target .m-container-inflate > .m-code-figure > pre:first-child, +.m-container-inflatable section:target .m-container-inflate > .m-console-figure > pre:first-child { margin-left: -1.0rem; border-left-style: solid; border-left-width: 0.25rem; @@ -525,18 +525,18 @@ article:last-child, article section:last-child { margin-bottom: 0; } border-bottom-left-radius: 0; padding-left: 0.75rem; } -.m-container-inflatable section:target > figure.m-code-figure::before, -.m-container-inflatable section:target > figure.m-console-figure::before, -.m-container-inflatable section:target section > figure.m-code-figure::before, -.m-container-inflatable section:target section > figure.m-console-figure::before, -.m-container-inflatable section:target [class*='m-center-'] > figure.m-code-figure::before, -.m-container-inflatable section:target [class*='m-center-'] > figure.m-console-figure::before, -.m-container-inflatable section:target [class*='m-left-'] > figure.m-code-figure::before, -.m-container-inflatable section:target [class*='m-left-'] > figure.m-console-figure::before, -.m-container-inflatable section:target [class*='m-right-'] > figure.m-code-figure::before, -.m-container-inflatable section:target [class*='m-right-'] > figure.m-console-figure::before, -.m-container-inflatable section:target .m-container-inflate > figure.m-code-figure::before, -.m-container-inflatable section:target .m-container-inflate > figure.m-console-figure::before { +.m-container-inflatable section:target > .m-code-figure::before, +.m-container-inflatable section:target > .m-console-figure::before, +.m-container-inflatable section:target section > .m-code-figure::before, +.m-container-inflatable section:target section > .m-console-figure::before, +.m-container-inflatable section:target [class*='m-center-'] > .m-code-figure::before, +.m-container-inflatable section:target [class*='m-center-'] > .m-console-figure::before, +.m-container-inflatable section:target [class*='m-left-'] > .m-code-figure::before, +.m-container-inflatable section:target [class*='m-left-'] > .m-console-figure::before, +.m-container-inflatable section:target [class*='m-right-'] > .m-code-figure::before, +.m-container-inflatable section:target [class*='m-right-'] > .m-console-figure::before, +.m-container-inflatable section:target .m-container-inflate > .m-code-figure::before, +.m-container-inflatable section:target .m-container-inflate > .m-console-figure::before { border-top-left-radius: 0; border-bottom-left-radius: 0; border-left-width: 0.25rem; diff --git a/css/m-light+documentation.compiled.css b/css/m-light+documentation.compiled.css index 625052de..04a1c5ab 100644 --- a/css/m-light+documentation.compiled.css +++ b/css/m-light+documentation.compiled.css @@ -2196,38 +2196,38 @@ article:last-child, article section:last-child { margin-bottom: 0; } .m-container-inflatable section:target > .m-frame, .m-container-inflatable section:target > .m-block, .m-container-inflatable section:target > pre, -.m-container-inflatable section:target > figure.m-code-figure > pre:first-child, -.m-container-inflatable section:target > figure.m-console-figure > pre:first-child, +.m-container-inflatable section:target > .m-code-figure > pre:first-child, +.m-container-inflatable section:target > .m-console-figure > pre:first-child, .m-container-inflatable section:target section > .m-note, .m-container-inflatable section:target section > .m-frame, .m-container-inflatable section:target section > .m-block, .m-container-inflatable section:target section > pre, -.m-container-inflatable section:target section > figure.m-code-figure > pre:first-child, -.m-container-inflatable section:target section > figure.m-console-figure > pre:first-child, +.m-container-inflatable section:target section > .m-code-figure > pre:first-child, +.m-container-inflatable section:target section > .m-console-figure > pre:first-child, .m-container-inflatable section:target [class*='m-center-'] > .m-note, .m-container-inflatable section:target [class*='m-center-'] > .m-frame, .m-container-inflatable section:target [class*='m-center-'] > .m-block, .m-container-inflatable section:target [class*='m-center-'] > pre, -.m-container-inflatable section:target [class*='m-center-'] > figure.m-code-figure > pre:first-child, -.m-container-inflatable section:target [class*='m-center-'] > figure.m-console-figure > pre:first-child, +.m-container-inflatable section:target [class*='m-center-'] > .m-code-figure > pre:first-child, +.m-container-inflatable section:target [class*='m-center-'] > .m-console-figure > pre:first-child, .m-container-inflatable section:target [class*='m-left-'] > .m-note, .m-container-inflatable section:target [class*='m-left-'] > .m-frame, .m-container-inflatable section:target [class*='m-left-'] > .m-block, .m-container-inflatable section:target [class*='m-left-'] > pre, -.m-container-inflatable section:target [class*='m-left-'] > figure.m-code-figure > pre:first-child, -.m-container-inflatable section:target [class*='m-left-'] > figure.m-console-figure > pre:first-child, +.m-container-inflatable section:target [class*='m-left-'] > .m-code-figure > pre:first-child, +.m-container-inflatable section:target [class*='m-left-'] > .m-console-figure > pre:first-child, .m-container-inflatable section:target [class*='m-right-'] > .m-note, .m-container-inflatable section:target [class*='m-right-'] > .m-frame, .m-container-inflatable section:target [class*='m-right-'] > .m-block, .m-container-inflatable section:target [class*='m-right-'] > pre, -.m-container-inflatable section:target [class*='m-right-'] > figure.m-code-figure > pre:first-child, -.m-container-inflatable section:target [class*='m-right-'] > figure.m-console-figure > pre:first-child, +.m-container-inflatable section:target [class*='m-right-'] > .m-code-figure > pre:first-child, +.m-container-inflatable section:target [class*='m-right-'] > .m-console-figure > pre:first-child, .m-container-inflatable section:target .m-container-inflate > .m-note, .m-container-inflatable section:target .m-container-inflate > .m-frame, .m-container-inflatable section:target .m-container-inflate > .m-block, .m-container-inflatable section:target .m-container-inflate > pre, -.m-container-inflatable section:target .m-container-inflate > figure.m-code-figure > pre:first-child, -.m-container-inflatable section:target .m-container-inflate > figure.m-console-figure > pre:first-child { +.m-container-inflatable section:target .m-container-inflate > .m-code-figure > pre:first-child, +.m-container-inflatable section:target .m-container-inflate > .m-console-figure > pre:first-child { margin-left: -1.0rem; border-left-style: solid; border-left-width: 0.25rem; @@ -2235,18 +2235,18 @@ article:last-child, article section:last-child { margin-bottom: 0; } border-bottom-left-radius: 0; padding-left: 0.75rem; } -.m-container-inflatable section:target > figure.m-code-figure::before, -.m-container-inflatable section:target > figure.m-console-figure::before, -.m-container-inflatable section:target section > figure.m-code-figure::before, -.m-container-inflatable section:target section > figure.m-console-figure::before, -.m-container-inflatable section:target [class*='m-center-'] > figure.m-code-figure::before, -.m-container-inflatable section:target [class*='m-center-'] > figure.m-console-figure::before, -.m-container-inflatable section:target [class*='m-left-'] > figure.m-code-figure::before, -.m-container-inflatable section:target [class*='m-left-'] > figure.m-console-figure::before, -.m-container-inflatable section:target [class*='m-right-'] > figure.m-code-figure::before, -.m-container-inflatable section:target [class*='m-right-'] > figure.m-console-figure::before, -.m-container-inflatable section:target .m-container-inflate > figure.m-code-figure::before, -.m-container-inflatable section:target .m-container-inflate > figure.m-console-figure::before { +.m-container-inflatable section:target > .m-code-figure::before, +.m-container-inflatable section:target > .m-console-figure::before, +.m-container-inflatable section:target section > .m-code-figure::before, +.m-container-inflatable section:target section > .m-console-figure::before, +.m-container-inflatable section:target [class*='m-center-'] > .m-code-figure::before, +.m-container-inflatable section:target [class*='m-center-'] > .m-console-figure::before, +.m-container-inflatable section:target [class*='m-left-'] > .m-code-figure::before, +.m-container-inflatable section:target [class*='m-left-'] > .m-console-figure::before, +.m-container-inflatable section:target [class*='m-right-'] > .m-code-figure::before, +.m-container-inflatable section:target [class*='m-right-'] > .m-console-figure::before, +.m-container-inflatable section:target .m-container-inflate > .m-code-figure::before, +.m-container-inflatable section:target .m-container-inflate > .m-console-figure::before { border-top-left-radius: 0; border-bottom-left-radius: 0; border-left-width: 0.25rem; diff --git a/css/m-light.compiled.css b/css/m-light.compiled.css index feee926f..c58651fe 100644 --- a/css/m-light.compiled.css +++ b/css/m-light.compiled.css @@ -2196,38 +2196,38 @@ article:last-child, article section:last-child { margin-bottom: 0; } .m-container-inflatable section:target > .m-frame, .m-container-inflatable section:target > .m-block, .m-container-inflatable section:target > pre, -.m-container-inflatable section:target > figure.m-code-figure > pre:first-child, -.m-container-inflatable section:target > figure.m-console-figure > pre:first-child, +.m-container-inflatable section:target > .m-code-figure > pre:first-child, +.m-container-inflatable section:target > .m-console-figure > pre:first-child, .m-container-inflatable section:target section > .m-note, .m-container-inflatable section:target section > .m-frame, .m-container-inflatable section:target section > .m-block, .m-container-inflatable section:target section > pre, -.m-container-inflatable section:target section > figure.m-code-figure > pre:first-child, -.m-container-inflatable section:target section > figure.m-console-figure > pre:first-child, +.m-container-inflatable section:target section > .m-code-figure > pre:first-child, +.m-container-inflatable section:target section > .m-console-figure > pre:first-child, .m-container-inflatable section:target [class*='m-center-'] > .m-note, .m-container-inflatable section:target [class*='m-center-'] > .m-frame, .m-container-inflatable section:target [class*='m-center-'] > .m-block, .m-container-inflatable section:target [class*='m-center-'] > pre, -.m-container-inflatable section:target [class*='m-center-'] > figure.m-code-figure > pre:first-child, -.m-container-inflatable section:target [class*='m-center-'] > figure.m-console-figure > pre:first-child, +.m-container-inflatable section:target [class*='m-center-'] > .m-code-figure > pre:first-child, +.m-container-inflatable section:target [class*='m-center-'] > .m-console-figure > pre:first-child, .m-container-inflatable section:target [class*='m-left-'] > .m-note, .m-container-inflatable section:target [class*='m-left-'] > .m-frame, .m-container-inflatable section:target [class*='m-left-'] > .m-block, .m-container-inflatable section:target [class*='m-left-'] > pre, -.m-container-inflatable section:target [class*='m-left-'] > figure.m-code-figure > pre:first-child, -.m-container-inflatable section:target [class*='m-left-'] > figure.m-console-figure > pre:first-child, +.m-container-inflatable section:target [class*='m-left-'] > .m-code-figure > pre:first-child, +.m-container-inflatable section:target [class*='m-left-'] > .m-console-figure > pre:first-child, .m-container-inflatable section:target [class*='m-right-'] > .m-note, .m-container-inflatable section:target [class*='m-right-'] > .m-frame, .m-container-inflatable section:target [class*='m-right-'] > .m-block, .m-container-inflatable section:target [class*='m-right-'] > pre, -.m-container-inflatable section:target [class*='m-right-'] > figure.m-code-figure > pre:first-child, -.m-container-inflatable section:target [class*='m-right-'] > figure.m-console-figure > pre:first-child, +.m-container-inflatable section:target [class*='m-right-'] > .m-code-figure > pre:first-child, +.m-container-inflatable section:target [class*='m-right-'] > .m-console-figure > pre:first-child, .m-container-inflatable section:target .m-container-inflate > .m-note, .m-container-inflatable section:target .m-container-inflate > .m-frame, .m-container-inflatable section:target .m-container-inflate > .m-block, .m-container-inflatable section:target .m-container-inflate > pre, -.m-container-inflatable section:target .m-container-inflate > figure.m-code-figure > pre:first-child, -.m-container-inflatable section:target .m-container-inflate > figure.m-console-figure > pre:first-child { +.m-container-inflatable section:target .m-container-inflate > .m-code-figure > pre:first-child, +.m-container-inflatable section:target .m-container-inflate > .m-console-figure > pre:first-child { margin-left: -1.0rem; border-left-style: solid; border-left-width: 0.25rem; @@ -2235,18 +2235,18 @@ article:last-child, article section:last-child { margin-bottom: 0; } border-bottom-left-radius: 0; padding-left: 0.75rem; } -.m-container-inflatable section:target > figure.m-code-figure::before, -.m-container-inflatable section:target > figure.m-console-figure::before, -.m-container-inflatable section:target section > figure.m-code-figure::before, -.m-container-inflatable section:target section > figure.m-console-figure::before, -.m-container-inflatable section:target [class*='m-center-'] > figure.m-code-figure::before, -.m-container-inflatable section:target [class*='m-center-'] > figure.m-console-figure::before, -.m-container-inflatable section:target [class*='m-left-'] > figure.m-code-figure::before, -.m-container-inflatable section:target [class*='m-left-'] > figure.m-console-figure::before, -.m-container-inflatable section:target [class*='m-right-'] > figure.m-code-figure::before, -.m-container-inflatable section:target [class*='m-right-'] > figure.m-console-figure::before, -.m-container-inflatable section:target .m-container-inflate > figure.m-code-figure::before, -.m-container-inflatable section:target .m-container-inflate > figure.m-console-figure::before { +.m-container-inflatable section:target > .m-code-figure::before, +.m-container-inflatable section:target > .m-console-figure::before, +.m-container-inflatable section:target section > .m-code-figure::before, +.m-container-inflatable section:target section > .m-console-figure::before, +.m-container-inflatable section:target [class*='m-center-'] > .m-code-figure::before, +.m-container-inflatable section:target [class*='m-center-'] > .m-console-figure::before, +.m-container-inflatable section:target [class*='m-left-'] > .m-code-figure::before, +.m-container-inflatable section:target [class*='m-left-'] > .m-console-figure::before, +.m-container-inflatable section:target [class*='m-right-'] > .m-code-figure::before, +.m-container-inflatable section:target [class*='m-right-'] > .m-console-figure::before, +.m-container-inflatable section:target .m-container-inflate > .m-code-figure::before, +.m-container-inflatable section:target .m-container-inflate > .m-console-figure::before { border-top-left-radius: 0; border-bottom-left-radius: 0; border-left-width: 0.25rem;