From 49bdf88da64ea1d43ad364427969c7b61026375d Mon Sep 17 00:00:00 2001 From: emmiegit Date: Tue, 9 Jan 2024 20:25:55 -0500 Subject: [PATCH] Revert "Fix SVG backgrounds in header on IE by explicitly setting full background-size" --- sigma.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sigma.css b/sigma.css index 015d6e1e..83116d1f 100644 --- a/sigma.css +++ b/sigma.css @@ -184,7 +184,6 @@ textarea { div#container-wrap { background: url('https://scpwiki.github.io/sigma/images/body_bg.svg') top left repeat-x; - background-size: 100px 400px; } sup { @@ -201,7 +200,7 @@ sup { padding-bottom: 22px; /* FOR MENU */ background: url('https://scpwiki.github.io/sigma/images/header-logo.svg') 10px 40px no-repeat; - background-size: 100px 100px; + background-size: 100px; background-position: 10px 64%; }