User:Kulagin/style.css: Difference between revisions

From Wavu Wiki, the 🌊 wavy Tekken wiki
No edit summary
No edit summary
Line 7: Line 7:
}
}


.wikitable td {
.wikitable caption, .wikitable th, .wikitable td {
border: 1px solid black !important;
border: 1px solid black !important;
}
}

Revision as of 09:56, 4 November 2022

.wikitable {
	width: 100% !important;
}

.wikitable tbody {
	border: 1px solid black !important;
}

.wikitable caption, .wikitable th, .wikitable td {
	border: 1px solid black !important;
}