diff options
Diffstat (limited to 'lib/tpl')
-rw-r--r-- | lib/tpl/default/design.css | 6 |
1 files changed, 6 insertions, 0 deletions
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 --------------- */ |