Template:Slotted image/styles.css: Difference between revisions

From Space Station 14 Wiki
(Created page with ".slotted-image { background-image: url("/w/images/d/dd/SlotBackground.png"); background-size: cover; }")
 
No edit summary
 
Line 1: Line 1:
.slotted-image {
.slotted-image img {
background-image: url("/w/images/d/dd/SlotBackground.png");
background-image: url("/w/images/d/dd/SlotBackground.png");
     background-size: cover;
     background-size: cover;
}
}

Latest revision as of 23:56, 14 August 2024

.slotted-image img {
	background-image: url("/w/images/d/dd/SlotBackground.png");
    background-size: cover;
}