Skip to content

Commit

Permalink
Scion: Background Fix
Browse files Browse the repository at this point in the history
Updating image links for background fix
  • Loading branch information
CoalPoweredPuppet committed Mar 29, 2016
1 parent 792958a commit 510dbf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Scion/Scion.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*-----background-----*/

.charsheet {
background: url('');
background: black;
background-size:100%;
}

Expand All @@ -14,7 +14,7 @@ div.sheet-core-content {

.charsheet div[class^="sheet-section"] {
display: none;
background: url('http://mrgone.rocksolidshells.com/pdf/Borders/Scion_Ragnarok_Border_Version2.jpg');
background: url('http://i.imgur.com/uwDIn07.jpg');
background-size:100%;
padding-left:55px;
padding-right:120px;
Expand All @@ -35,7 +35,7 @@ div.sheet-core-content {
/*max-height: 999999px;
visibility: visible;
opacity: 1;
transition: opacity 0.5s linear 0s;
transition: opacity 0.5s linear 0s;
overflow: auto;*/
display: block;
}
Expand Down

0 comments on commit 510dbf1

Please sign in to comment.