diff options
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/global.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index 3941808be..3b96b6138 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -16,6 +16,14 @@ font-family: Verdana, sans-serif; font-size: small; } + + /* header and footer are required for IE8. IE9+ support them natively. + * main is required for all IE versions and KHTML-based browsers. + * Other browsers support them natively already. */ + header, main, footer { + display: block; + } + /* monospace is much smaller than Verdana by default, so we make it a bit bigger. */ pre, code, kbd { font-size: medium; |