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;