From 598b0068841f25e1fb5a1b8a3aedad38a78ba074 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 6 Jun 2020 16:08:46 +0200 Subject: add back boder-radius to pre --- htdocs/static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/static/style.css b/htdocs/static/style.css index 9adb009..0329f2d 100644 --- a/htdocs/static/style.css +++ b/htdocs/static/style.css @@ -18,6 +18,7 @@ pre { line-height: 120%; overflow: auto; border: thin solid #CDE; + border-radius: 1ex; padding: 1ex 2ex; } article, section { -- cgit v1.2.3