From c98fb29efbf34ec03d7b80139976f0cfc5a0e963 Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 28 Jul 2005 14:41:31 +0200 Subject: footnote fix: update to previous patch, corrects IE issues darcs-hash:20050728124131-50fdc-f5fd8977074ccabef6ea4606a7728f228bdc73b6.gz --- lib/tpl/default/design.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/tpl') diff --git a/lib/tpl/default/design.css b/lib/tpl/default/design.css index af7998317..48453a736 100644 --- a/lib/tpl/default/design.css +++ b/lib/tpl/default/design.css @@ -576,6 +576,12 @@ div.insitu-footnote { background: #eef3f8; text-align: left; padding: 4px; + max-width: 40%; /* IE's width is handled in javascript */ +} + +/* overcome IE issue with one line code or file boxes which require h. scrolling */ +* html .insitu-footnote pre.code, * html .insitu-footnote pre.file { + padding-bottom: 18px; } /* --------------- search result formating --------------- */ -- cgit v1.2.3