chiark
/
gitweb
/
~cjwatson
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9155ff
)
css: introduce flat blocks.
author
Vladimír Vondruš
<mosra@centrum.cz>
Wed, 23 Aug 2017 15:47:20 +0000
(17:47 +0200)
committer
Vladimí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
patch
|
blob
|
history
diff --git
a/css/m-components.css
b/css/m-components.css
index 8387405932fd15f7454984b124d8cf3fe493a6b0..7929fab5fde2fe9620db30a61986a3d84ab3ccc4 100644
(file)
--- 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); }