Difference between revisions of "Template:Infobox station/styles.css"

From Railway Operation Simulator Wiki
Jump to navigation Jump to search
w>MelanieN
m (Protected "Template:Infobox station/styles.css": Highly visible template ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite)))
 
m (1 revision imported)
 

Latest revision as of 14:53, 6 May 2021

.ibstation-name {
	display: table-cell;
	vertical-align: middle
}

@media only screen and (min-width: 768px) {
	.ibstation-name {
		width: inherit;
	}
}