summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-04-05 21:16:25 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2015-04-05 21:16:25 +0200
commitd1c18ff2567cdaf9969fe719e30e3823e0fae738 (patch)
tree7b781829e6bb3bf02591b8786dc3257d0e81c2fe /skins
parentfe75edaf698f6bdfb66d8784e0f6ca191212efd3 (diff)
downloadbugzilla-d1c18ff2567cdaf9969fe719e30e3823e0fae738.tar.gz
bugzilla-d1c18ff2567cdaf9969fe719e30e3823e0fae738.tar.xz
Bug 1143502: Use structural HTML5 elements instead of <div>
r=dkl a=sgreen
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/global.css8
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;