From 7cabb875c040d0e152bd733f24d9321b9d36ac2f Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 1 May 2010 22:55:09 +0000 Subject: Fix Google chrome
 tag renderings.

---
 docs/.static/repoze.css | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'docs')

diff --git a/docs/.static/repoze.css b/docs/.static/repoze.css
index f67340cc5..dd7646c74 100644
--- a/docs/.static/repoze.css
+++ b/docs/.static/repoze.css
@@ -25,3 +25,9 @@ div.related a {
 div.body p {
     text-align: left !important;
 }
+
+/* fix google chrome 
 tag renderings */
+
+pre {
+   line-height: normal !important;
+}
-- 
cgit v1.2.3