From 0cf44526e7f6dc30ef777567e987c7db7b1e21ff Mon Sep 17 00:00:00 2001 From: Net Date: Fri, 27 Jun 2014 17:43:21 -0400 Subject: [PATCH] Fixed centering issues. The page was previously off-center. This fixes it. --- src/main/resources/webstats/report.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/main/resources/webstats/report.css b/src/main/resources/webstats/report.css index 1f264202..35b8c8f0 100644 --- a/src/main/resources/webstats/report.css +++ b/src/main/resources/webstats/report.css @@ -13,6 +13,12 @@ h4 { margin-bottom: 10px; } +@media (min-width: 1200px) { + .row { + margin-left: -20px; + } +} + #match-detail table th { width: 9em; } @@ -24,7 +30,7 @@ h4 { #ar_header, #ar_content, #ar_footer { - margin-top: 30px; + margin: 30px auto auto 0px; padding: 20px 20px 0 20px; }