Content deleted Content added
→Printable version: update |
→Blank pages in Internet Explorer: update since fix was removed |
||
Line 105:
===Blank pages in Internet Explorer===
{{shortcut|WP:IEPRINTFIX}}
<section begin=ieprintfix />
When printing with Internet Explorer 7, some pages may be blank except for the header and footer; this can be seen in the browser print preview. The style sheets have rules to adjust the line height for improved readability with superscript and subscript text, including references.
<source lang="CSS">@media print {
sup, sub, p, .documentDescription { line-height: normal; }
}</source>
<section end=ieprintfix />
==Linking==
|