From 9240e30ecb028faba4577c3d9e8055638f55db53 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 25 Oct 2014 10:27:43 -0400 Subject: Change HTML pages to be HTML 5 --- coverage/htmlfiles/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'coverage/htmlfiles/style.css') diff --git a/coverage/htmlfiles/style.css b/coverage/htmlfiles/style.css index 9010af76..038335c1 100644 --- a/coverage/htmlfiles/style.css +++ b/coverage/htmlfiles/style.css @@ -1,6 +1,6 @@ /* CSS styles for Coverage. */ /* Page-wide styles */ -html, body, h1, h2, h3, p, td, th { +html, body, h1, h2, h3, p, table, td, th { margin: 0; padding: 0; border: 0; @@ -31,6 +31,9 @@ p { table { border-collapse: collapse; } +td { + vertical-align: top; +} table tr.hidden { display: none !important; } -- cgit v1.2.1