User:Kulagin/style.css: Difference between revisions

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


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


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

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