* Workarounds fuer den IE

This commit is contained in:
phil 2006-08-04 16:22:07 +00:00
parent fb59873fe5
commit 5d5dd4b793
2 changed files with 4 additions and 2 deletions

View file

@ -7,10 +7,12 @@ body {
margin: 0px;
padding: 0px;
font-size: 11pt;
font-family: helvetica, luxi sans, trebuchet ms, bitstream vera sans, sans-serif;
}
html>body {
font-family: trebuchet ms, bitstream vera sans, sans-serif;
font-family: luxi sans, trebuchet ms, bitstream vera sans, sans-serif;
}

View file

@ -71,7 +71,7 @@ try:
# Linie vor Fussnoten wird entfernt
# Fussnoten bekommen id, damit sie per css formatierbar sind
content = string.replace(content,'<HR><H4>Fu&szlig;noten</H4>','\n<div id="footnotes">\n<H4>Fu&szlig;noten</H4>')
content = string.replace(content,'<HR><H4>Fu&szlig;noten</H4>','\n<div id="footnotes">\n<div id="fntitle">Fu&szlig;noten</div>')
# Sonderzeichen in Fussnoten werden ersetzt (Hotfix fuer einen latex2html-Bug)
content = string.replace(content,'ä','&auml;')