From a2fe2c410436893f8ff3ad49162ffdd2e9a8a6c5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 23 Aug 2017 17:47:20 +0200 Subject: [PATCH] css: introduce flat blocks. I just needed to have the .m-flat used somewhere to justify using it for figures later. --- css/m-components.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/m-components.css b/css/m-components.css index 83874059..7929fab5 100644 --- a/css/m-components.css +++ b/css/m-components.css @@ -647,6 +647,8 @@ table.m-table td.m-dim { .m-block.m-dim a:hover, .m-block.m-dim a:focus, .m-block.m-dim a:active { color: var(--dim-link-active-color); } +.m-block.m-flat { border-color: transparent; } +.m-block.m-flat h3 { color: var(--default-color); } /* Colored note, table coloring */ .m-note.m-default { background-color: var(--default-filled-background-color); } -- 2.30.2