chiark / gitweb /
css: figure border radius should be configurable as well.
authorVladimír Vondruš <mosra@centrum.cz>
Tue, 9 Jan 2018 21:30:00 +0000 (22:30 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Tue, 16 Jan 2018 21:45:06 +0000 (22:45 +0100)
css/m-components.css

index a1c8014dc970c98c6876f91a9887bc402d11d8ba..ad0875a6698d654d1357de4a3f4be62d8e0be24b 100644 (file)
@@ -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 {