diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index c553f1ee2b4..fc3ae205575 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -9356 \ No newline at end of file +9357 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/.gitrev b/mozilla/webtools/bugzilla/.gitrev index 7198780d358..bf3ba4e1e16 100644 --- a/mozilla/webtools/bugzilla/.gitrev +++ b/mozilla/webtools/bugzilla/.gitrev @@ -1 +1 @@ -fe75edaf698f6bdfb66d8784e0f6ca191212efd3 \ No newline at end of file +d1c18ff2567cdaf9969fe719e30e3823e0fae738 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/skins/standard/global.css b/mozilla/webtools/bugzilla/skins/standard/global.css index 3941808becb..3b96b6138a1 100644 --- a/mozilla/webtools/bugzilla/skins/standard/global.css +++ b/mozilla/webtools/bugzilla/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; diff --git a/mozilla/webtools/bugzilla/template/en/default/global/footer.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/global/footer.html.tmpl index 7cc5e1b44ab..7390a6d9947 100644 --- a/mozilla/webtools/bugzilla/template/en/default/global/footer.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/global/footer.html.tmpl @@ -12,15 +12,17 @@ #%] [% Hook.process('main-end') %] - + -
+ [% Hook.process("end") %]