From bcd1a78d83f49cddc6900629738c3d9770fa5ae0 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 25 Oct 2008 15:37:40 +0000 Subject: [PATCH] Remove explicit height for relbar, to allow breaking text not to flow into the main body. --- sphinx/static/default.css | 1 - 1 file changed, 1 deletion(-) diff --git a/sphinx/static/default.css b/sphinx/static/default.css index 1888a7de6..b0b8247ae 100644 --- a/sphinx/static/default.css +++ b/sphinx/static/default.css @@ -63,7 +63,6 @@ div.related { background-color: #133f52; color: #fff; width: 100%; - height: 30px; line-height: 30px; font-size: 90%; }