Fixed a graphical error

This commit is contained in:
iopietro
2018-04-22 16:52:59 +02:00
parent ec6a26acf3
commit 4072aca500
2 changed files with 26 additions and 18 deletions
+11
View File
@@ -4956,6 +4956,17 @@ div#build.gid16 table.troop_details tbody.units td {
div#build.gid16 table.troop_details tbody.infos th, div#build.gid16 table.troop_details tbody.infos td {
background-color: #F3F3F3;
}
div#build.gid16 table.troop_details tbody.goods td {
padding: 2px;
width: 7.2%;
}
div#build.gid16 table.troop_details tbody.goods div.res {
text-align: left;
white-space: nowrap;
}
div#build.gid16 table.troop_details tbody.goods div.carry {
text-align: right;
}
div#build.gid16 table.troop_details div {
float: left;
text-align: center;