From 29a181f88f94e9c6b503134b01b0029e49bf663e Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Mon, 19 Jul 2021 17:33:34 +0100 Subject: [PATCH] Doc: Remove image-rendering CSS --- Assets/WebsiteAssets/css/site.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Assets/WebsiteAssets/css/site.css b/Assets/WebsiteAssets/css/site.css index 43edcc906..decb06986 100644 --- a/Assets/WebsiteAssets/css/site.css +++ b/Assets/WebsiteAssets/css/site.css @@ -147,14 +147,6 @@ h6:hover a.heading-anchor { padding-right: 0px; } -.img-fluid { - image-rendering: -moz-crisp-edges; /* Firefox */ - image-rendering: -o-crisp-edges; /* Opera */ - image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */ - image-rendering: crisp-edges; - -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */ -} - img[align="left"] { margin-right: 10px; margin-bottom: 10px;