From c89ce43b27944c3a0a7b257aef093bcd93dc1d7b Mon Sep 17 00:00:00 2001 From: Vladyslav Date: Fri, 5 Jan 2018 20:28:26 +0200 Subject: [PATCH] This centers the picture in the middle This addition to this issue https://github.com/Shadowss/TravianZ/issues/429 which is shown in this comment https://github.com/Shadowss/TravianZ/issues/429#issuecomment-354162612 --- gpack/travian_default/lang/en/compact.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpack/travian_default/lang/en/compact.css b/gpack/travian_default/lang/en/compact.css index a0c04fba..4aa7f7f2 100644 --- a/gpack/travian_default/lang/en/compact.css +++ b/gpack/travian_default/lang/en/compact.css @@ -3461,7 +3461,7 @@ div.village1 table#movements td.typ img { float: left; margin: 0 1px 0 4px; position: relative; - top: 3px; + top: 1px; } div.village1 table#movements div.mov { float: left; @@ -9092,4 +9092,4 @@ input.accept{width:12px;height:12px;background-image:url(../../img/a/acc.gif);} .reports table { width: auto; min-width: 500px; -} \ No newline at end of file +}