From 09dd6c00abf1a888f19a6eeec04a5ac5beb51f85 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 14 Jan 2009 00:30:34 +0100 Subject: [PATCH] Give
 blocks a uniform line-height.

---
 sphinx/static/default.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sphinx/static/default.css b/sphinx/static/default.css
index 005caa1f5..3a4ad73ac 100644
--- a/sphinx/static/default.css
+++ b/sphinx/static/default.css
@@ -528,6 +528,7 @@ pre {
     padding: 5px;
     background-color: #efc;
     color: #333;
+    line-height: 120%;
     border: 1px solid #ac9;
     border-left: none;
     border-right: none;