Template:Infobox live show/styles.css: Difference between revisions

From SPCodex, The Smashing Pumpkins wiki
(Created page with ".live-show-links { white-space: nowrap; } .live-show-links span { display: inline-block; padding-top: 5px; margin-right: 10px; } .live-show-links span:last-child { marg...")
 
No edit summary
Line 7: Line 7:
padding-top: 5px;
padding-top: 5px;
margin-right: 10px;
margin-right: 10px;
}
.live-show-links img {
display: block;
}
}



Revision as of 06:43, 6 October 2020

.live-show-links {
	white-space: nowrap;
}

.live-show-links span {
	display: inline-block;
	padding-top: 5px;
	margin-right: 10px;
}

.live-show-links img {
	display: block;
}

.live-show-links span:last-child {
	margin-right: 0;
}