mapmerge update + mats properly work

This commit is contained in:
Letter N
2021-03-05 15:38:35 +08:00
parent a0020c6fdf
commit 2542fe05e9
35 changed files with 552 additions and 765 deletions
+10 -3
View File
@@ -9,13 +9,20 @@
margin: 2px 2px 0 10px;
text-align: center;
}
.dnaBlock
{
font-family: Fixed, monospace;
float: left;
}
a.incompleteBlock
{
background: #8a4040;
}
a.incompleteBlock:hover
{
color: #40628a;
background: #ffffff;
}
img.selected
{
border: 1px solid blue;
@@ -36,4 +43,4 @@ a.clean
background: none;
border: none;
marging: none;
}
}