Files
DoubleSnake/frontend/game/style/mainStyle.css
2025-04-10 09:24:57 +02:00

16 lines
226 B
CSS

table {
border-spacing: 0;
border-collapse: collapse;
}
td, tr {
margin: 0;
padding: 0;
}
td img {
vertical-align: top;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
}