mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-24 13:36:32 +00:00
fix: wrong icon width causes arrow in troops movement 2 go 2 next line
#429
This commit is contained in:
@@ -3455,7 +3455,7 @@ div.village1 table#movements td.empty {
|
|||||||
}
|
}
|
||||||
div.village1 table#movements td.typ {
|
div.village1 table#movements td.typ {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
width: 32px;
|
width: 34px;
|
||||||
}
|
}
|
||||||
div.village1 table#movements td.typ img {
|
div.village1 table#movements td.typ img {
|
||||||
float: left;
|
float: left;
|
||||||
|
|||||||
Reference in New Issue
Block a user