From b978e53dfeac5ed7ffca85b3d7db46a0bdb05d12 Mon Sep 17 00:00:00 2001 From: Reece Dunn Date: Fri, 15 Jul 2016 15:34:57 +0100 Subject: [PATCH] Fix #630 Don't include padding in the test result rows. This makes the bottom padding of rows consistent with the top, left and right padding. The additional bottom padding is due to the test results row. This fix has the effect makes the running tests border extend to the bottom of the row. --- src/test/css/tests.css | 4 ++++ src/test/default.xqy | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/test/css/tests.css b/src/test/css/tests.css index 2e87c62f..daee59f5 100644 --- a/src/test/css/tests.css +++ b/src/test/css/tests.css @@ -98,6 +98,10 @@ table td { vertical-align: top; } +table tr.tests td { + padding: 0; +} + tr.even { background-color: #dfd; } diff --git a/src/test/default.xqy b/src/test/default.xqy index da304e6c..787ae6c9 100644 --- a/src/test/default.xqy +++ b/src/test/default.xqy @@ -333,7 +333,7 @@ declare function local:main() { - - , - +
Run All Tests