User:Kulagin/style.css: Difference between revisions

From Wavu Wiki, the 🌊 wavy Tekken wiki
No edit summary
No edit summary
 
Line 1: Line 1:
.wikitable {
.wikitable {
width: 100% !important;
width: 100%;
}
}



Latest revision as of 10:47, 4 November 2022

.wikitable {
	width: 100%;
}

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

.wikitable caption {
	border: 1px solid black;
	border-bottom: none;
}

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