User:Ajima/MyStyle.css: Difference between revisions

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

Revision as of 08:02, 30 August 2022

.flex-container {
display: flex;
flex-direction: row;
}
table.wikitable {
  width: 200px;
}
table.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.