* Workarounds fuer den IE
This commit is contained in:
parent
fb59873fe5
commit
5d5dd4b793
2 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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ßnoten</H4>','\n<div id="footnotes">\n<H4>Fußnoten</H4>')
|
||||
content = string.replace(content,'<HR><H4>Fußnoten</H4>','\n<div id="footnotes">\n<div id="fntitle">Fußnoten</div>')
|
||||
|
||||
# Sonderzeichen in Fussnoten werden ersetzt (Hotfix fuer einen latex2html-Bug)
|
||||
content = string.replace(content,'ä','ä')
|
||||
|
|
Loading…
Reference in a new issue