fix: wrong icon width causes arrow in troops movement 2 go 2 next line

#429
This commit is contained in:
Martin Ambrus
2017-12-26 20:37:50 +01:00
parent 28d82c5257
commit 2e17dc6042
+1 -1
View File
@@ -3455,7 +3455,7 @@ div.village1 table#movements td.empty {
}
div.village1 table#movements td.typ {
vertical-align: top;
width: 32px;
width: 34px;
}
div.village1 table#movements td.typ img {
float: left;