Toggle menu
1.3K
1.7K
696
23.9K
Veloren Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Ajima/MyStyle.css: Difference between revisions

From Veloren Wiki
Content added Content deleted
No edit summary
No edit summary
Line 3:
flex-direction: row;
}
table.wikitable {
width: 200px;
}
table.wikitable, tbody, tr, td {
border:1px;
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.