mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-02 18:44:21 +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 {
|
||||
vertical-align: top;
|
||||
width: 32px;
|
||||
width: 34px;
|
||||
}
|
||||
div.village1 table#movements td.typ img {
|
||||
float: left;
|
||||
|
||||
Reference in New Issue
Block a user