From 660a122bb75d77c4b1b78439230a76056d86c607 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 20 Mar 2010 16:52:39 -0400 Subject: Not sure why I changed these from inherit to normal last week (something to do with IE and the styling of the linked line numbers). 'normal' made the footer not be italic, and putting it back to 'inherit' doesn't seem to break anything. --- coverage/htmlfiles/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'coverage/htmlfiles') diff --git a/coverage/htmlfiles/style.css b/coverage/htmlfiles/style.css index 252fbbcb..9a06a2b4 100644 --- a/coverage/htmlfiles/style.css +++ b/coverage/htmlfiles/style.css @@ -5,8 +5,8 @@ html, body, h1, h2, h3, p, td, th { padding: 0; border: 0; outline: 0; - font-weight: normal; - font-style: normal; + font-weight: inherit; + font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; -- cgit v1.2.1