User:Ajima/MyStyle.css: Difference between revisions

From Veloren Wiki
Content added Content deleted
No edit summary
No edit summary
Line 5: Line 5:
.wikitable {
.wikitable {
width: 200px;
width: 200px;
}
.wikitable, tbody, tr, td {
border:1px;
border-color: white;
}
}

Revision as of 08:00, 30 August 2022

.flex-container {
display: flex;
flex-direction: row;
}
.wikitable {
  width: 200px;
}
.wikitable, tbody, tr, td {
	border:1px;
	border-color: white;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.