Template:Lyrics/styles.css: Difference between revisions

From SPCodex, The Smashing Pumpkins wiki
(Created page with ".quotebox { font-style: italic; text-align: center; }")
 
No edit summary
Line 1: Line 1:
.quotebox {
.quotebox {
font-style: italic;
font-family: serif;
/*font-style: italic;*/
text-align: center;
text-align: center;
padding: 10px;
}
}

Revision as of 00:18, 2 April 2020

.quotebox {
	font-family: serif;
	/*font-style: italic;*/
	text-align: center;
	padding: 10px;
}