summaryrefslogtreecommitdiff
path: root/lib/tpl
diff options
context:
space:
mode:
authorchris <chris@teacherscpd.co.uk>2005-07-28 14:41:31 +0200
committerchris <chris@teacherscpd.co.uk>2005-07-28 14:41:31 +0200
commitc98fb29efbf34ec03d7b80139976f0cfc5a0e963 (patch)
tree574b24ae873eb64438f6feb534d4a912060f00ea /lib/tpl
parenta6d2d9fa1831e896d45fef6db1d4846a043a8387 (diff)
downloadrpg-c98fb29efbf34ec03d7b80139976f0cfc5a0e963.tar.gz
rpg-c98fb29efbf34ec03d7b80139976f0cfc5a0e963.tar.bz2
footnote fix: update to previous patch, corrects IE issues
darcs-hash:20050728124131-50fdc-f5fd8977074ccabef6ea4606a7728f228bdc73b6.gz
Diffstat (limited to 'lib/tpl')
-rw-r--r--lib/tpl/default/design.css6
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 --------------- */