Skip to content

Commit

Permalink
Merge pull request #94 from scpwiki/revert-93-ie-svg-backgrounds
Browse files Browse the repository at this point in the history
Revert "Fix SVG backgrounds in header on IE by explicitly setting full background-size"
  • Loading branch information
SYwaves authored Jan 11, 2024
2 parents 0402e9a + 49bdf88 commit 1aa08e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sigma.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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%;
}

Expand Down

0 comments on commit 1aa08e7

Please sign in to comment.