Skip to content

Commit

Permalink
Revert "Fix SVG backgrounds in header on IE by explicitly setting ful…
Browse files Browse the repository at this point in the history
…l background-size"
  • Loading branch information
emmiegit authored Jan 10, 2024
1 parent 0402e9a commit 49bdf88
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 49bdf88

Please sign in to comment.