mirror of
https://git.leinelab.org/Mal/mr-crocs-adventures.git
synced 2025-09-11 02:57:36 +02:00
19 lines
207 B
CSS
19 lines
207 B
CSS
body {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
#level {
|
|
border-spacing: 0;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
.row {
|
|
}
|
|
|
|
.field {
|
|
border: 0;
|
|
padding: 0;
|
|
margin: 0;
|
|
background-repeat: no-repeat;
|
|
} |