From 7f213eea02b09db84812158056bf71ef7397d17a Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 20 Feb 2021 09:30:33 +0100 Subject: Remove border radius from full size pictures. --- static/css/screen.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static/css/screen.css') diff --git a/static/css/screen.css b/static/css/screen.css index c1e71ea..7e663a3 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -188,8 +188,8 @@ div#page { clear: both; padding: 0; display: block; - -moz-border-radius: 15px; - border-radius: 15px; } + -moz-border-radius: 0; + border-radius: 0; } div#page img.stretch { width: 100%; } div#page div.fineprint { -- cgit v1.2.3