diff options
author | Fabio Biocchetti <fbbcchtt9@gmail.com> | 2016-10-24 19:16:27 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@edx.srv.br> | 2016-10-24 20:46:37 +0000 |
commit | 2f35a021df0677851b7f05522ca5b97b3992aca9 (patch) | |
tree | 004dc979092069b702bc5717dcc47ea7669eade4 /help3xsl/default.css | |
parent | b560ca36513ef209b23081dc5b971d30dd60e5f1 (diff) |
Fix comments in script and JavaScript refactor.
Comments correction in shell script
Introduced js debouncer for search bar
xml-stylesheet tag removed
Introduced parameter passing through pages
Links in XHP pages now work with js
Minor adjustments
Change-Id: Ibf5f7a74c3249fa6f1ff4d3037fe821797e88d1d
Reviewed-on: https://gerrit.libreoffice.org/30231
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r-- | help3xsl/default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index 7065f0ff1e..8863bbe030 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -137,7 +137,7 @@ position: fixed; bottom: 5px; left: 5px; overflow:auto; -width: 30%; +width: 29%; height: 90%; } |