From 5d10b97fb895a9c40f1c6328b8e963753ab31f66 Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Fri, 2 Mar 2012 01:57:03 +0000 Subject: [PATCH] Extended the minimum height for the SourcePage citation Referents section to make room for the Citations Drop down menu bar if Basic-Blue style sheet is chosen and Drop Down is selected for menu layout. svn: r18985 --- src/plugins/webstuff/css/Web_Basic-Blue.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/webstuff/css/Web_Basic-Blue.css b/src/plugins/webstuff/css/Web_Basic-Blue.css index 87c382415..e91af54aa 100644 --- a/src/plugins/webstuff/css/Web_Basic-Blue.css +++ b/src/plugins/webstuff/css/Web_Basic-Blue.css @@ -770,7 +770,7 @@ div#Download table.download td.ColumnModified { padding: 0; } div#SourceDetail { - min-height: 800px + min-height: 900px } div#SourceDetail div#references ol li { padding-bottom: .5em;