diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2019-03-22 12:06:44 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-03-27 09:42:01 +0100 |
commit | ca2a6bf2c3c59d106f1c6ad432eab21f696c23fc (patch) | |
tree | 3616969f889f8450502e4778d292417c355d85a2 /help3xsl/default.css | |
parent | 9b776454d95f5c6bf13c0ca5508c0b2225aa4c1c (diff) |
tdf#124245 Polyfills and fixes for IE11
The polyfills can be removed after we drop IE11 support.
Other IE11 fixes:
Change from document.URL to window.location.pathname
because otherwise we get local Windows paths with backward
slashes.
Use clear: left; for google-donation element so it doesn't
float on top of other elements.
Don't use defer to load fuzzysort.js and prism.js.
Change-Id: I6c0143eab555c8b1fbdbde8e749a24baed2f69c8
Reviewed-on: https://gerrit.libreoffice.org/69549
Tested-by: Jenkins
Reviewed-by: himajin100000 <himajin100000@gmail.com>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r-- | help3xsl/default.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index 391403e724..91b0a9adcb 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -349,7 +349,7 @@ h6 { background-color: #18A303; z-index: 1000; } -header { +header { color: #fff; height: 64px; padding: 8px 8px 8px 16px; @@ -793,6 +793,7 @@ li.disabled a { top: 0px; background-color: #FCFCFC; box-shadow: none; + clear: left; } .donation { max-width: 400px; |