User:Kulagin/style.css: Difference between revisions

From Wavu Wiki, the 🌊 wavy Tekken wiki
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
.wikitable {
.wikitable {
width: 100% !important;
width: 100%;
}
}


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



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;
}