summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2020-07-03 19:03:38 +0200
committerDimitri Sokolyuk <demon@dim13.org>2020-07-03 19:03:38 +0200
commitfee0850a99c116162d2f10230919e3c557f64fd6 (patch)
treecdfb7558367b64be7fc78f1f67ff331ccb49dfd5
parent598b0068841f25e1fb5a1b8a3aedad38a78ba074 (diff)
re-add border-radius to img
-rw-r--r--htdocs/static/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/htdocs/static/style.css b/htdocs/static/style.css
index 0329f2d..1ef3dd2 100644
--- a/htdocs/static/style.css
+++ b/htdocs/static/style.css
@@ -42,4 +42,5 @@ figcaption {
img {
margin-right: 1ex;
margin-bottom: 1ex;
+ border-radius: 1ex;
}