From 3d7608d85549d79659cd3c9dc1c061672687db8c Mon Sep 17 00:00:00 2001
From: John MacFarlane <fiddlosopher@gmail.com>
Date: Fri, 4 Jan 2013 19:48:02 -0800
Subject: [PATCH] Updated tests for latest highlighting-kate version.

---
 tests/lhs-test.html     | 2 +-
 tests/lhs-test.html+lhs | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/lhs-test.html b/tests/lhs-test.html
index 955adcdd7..d2b393022 100644
--- a/tests/lhs-test.html
+++ b/tests/lhs-test.html
@@ -8,7 +8,7 @@
   <style type="text/css">
 table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode {
   margin: 0; padding: 0; vertical-align: baseline; border: none; }
-table.sourceCode { width: 100%; }
+table.sourceCode { width: 100%; line-height: 100%; }
 td.lineNumbers { text-align: right; padding-right: 4px; padding-left: 4px; color: #aaaaaa; border-right: 1px solid #aaaaaa; }
 td.sourceCode { padding-left: 5px; }
 code > span.kw { color: #007020; font-weight: bold; }
diff --git a/tests/lhs-test.html+lhs b/tests/lhs-test.html+lhs
index ea6fa3d48..b5cd5cff3 100644
--- a/tests/lhs-test.html+lhs
+++ b/tests/lhs-test.html+lhs
@@ -8,7 +8,7 @@
   <style type="text/css">
 table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode {
   margin: 0; padding: 0; vertical-align: baseline; border: none; }
-table.sourceCode { width: 100%; }
+table.sourceCode { width: 100%; line-height: 100%; }
 td.lineNumbers { text-align: right; padding-right: 4px; padding-left: 4px; color: #aaaaaa; border-right: 1px solid #aaaaaa; }
 td.sourceCode { padding-left: 5px; }
 code > span.kw { color: #007020; font-weight: bold; }