Szablon:Kolumny-start/style.css

Z Wikipedii, wolnej encyklopedii
/*
	fixes wikitables etc
	Margin is used in 1st column, but not in 2nd column.
	So without this two tables in columns appear not be alligned horizontally.
*/
.kolumny-start > div > :nth-child(1) {
	margin-top: 0 !important;
}