From 09b4096b00c7cee77a8f77ec3eb043eaedf33377 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 28 Dec 2014 18:17:56 +0000 Subject: [PATCH] Fixed accidental summary table styling. --- resources/report/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/report/css/style.css b/resources/report/css/style.css index 353cd195..7e6024f5 100644 --- a/resources/report/css/style.css +++ b/resources/report/css/style.css @@ -127,6 +127,8 @@ paper-item > a:hover { display: inline-block; vertical-align: top; margin-right: 32px; + width: auto; + background-color: inherit; } #summary > table:last-child { margin-right: 0;