From fd948b0af1c0e7bc6898eb4a356d67fb0f452a74 Mon Sep 17 00:00:00 2001 From: Warren Block <wblock@FreeBSD.org> Date: Tue, 29 Jul 2014 20:59:40 +0000 Subject: [PATCH] Remove a line-height: 1.0 from the body pre section. It caused <screen> and <programlisting> elements to be vertically compressed and difficult to read. Discussed in IRC. --- share/misc/docbook.css | 1 - 1 file changed, 1 deletion(-) diff --git a/share/misc/docbook.css b/share/misc/docbook.css index ee51fdba58..b5c06018ae 100644 --- a/share/misc/docbook.css +++ b/share/misc/docbook.css @@ -226,7 +226,6 @@ ol { body pre { margin: .75em 0; - line-height: 1.0; font-family: monospace; }