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:
3f775bc
)
css: figure border radius should be configurable as well.
author
Vladimír Vondruš
<mosra@centrum.cz>
Tue, 9 Jan 2018 21:30:00 +0000
(22:30 +0100)
committer
Vladimír Vondruš
<mosra@centrum.cz>
Tue, 16 Jan 2018 21:45:06 +0000
(22:45 +0100)
css/m-components.css
patch
|
blob
|
history
diff --git
a/css/m-components.css
b/css/m-components.css
index a1c8014dc970c98c6876f91a9887bc402d11d8ba..ad0875a6698d654d1357de4a3f4be62d8e0be24b 100644
(file)
--- a/
css/m-components.css
+++ b/
css/m-components.css
@@
-1069,8
+1069,8
@@
figure.m-figure img {
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
- border-top-left-radius:
0.2rem
;
- border-top-right-radius:
0.2rem
;
+ border-top-left-radius:
var(--border-radius)
;
+ border-top-right-radius:
var(--border-radius)
;
max-width: 100%;
}
figure.m-figure figcaption {