chiark / gitweb /
css: introduce flat blocks.
authorVladimír Vondruš <mosra@centrum.cz>
Wed, 23 Aug 2017 15:47:20 +0000 (17:47 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Wed, 23 Aug 2017 15:52:20 +0000 (17:52 +0200)
I just needed to have the .m-flat used somewhere to justify using it for
figures later.

css/m-components.css

index 8387405932fd15f7454984b124d8cf3fe493a6b0..7929fab5fde2fe9620db30a61986a3d84ab3ccc4 100644 (file)
@@ -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); }