diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-04-25 11:34:05 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-04-26 20:46:16 +0200 |
commit | 3c494b6e6db198099f4641aaef3f608842d53faa (patch) | |
tree | 363947b39315cb4dfd6ac284fe46b36c4c517fb3 /help3xsl/default.css | |
parent | c1053ceff3ede558b858a30270324430c940311c (diff) |
tdf#122548 copy bascode and pycode to clipboard
This will allow easy testing of coding examples.
Change-Id: I30fc53642b1579744591f2de0c84a615d1755352
Reviewed-on: https://gerrit.libreoffice.org/71385
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r-- | help3xsl/default.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index 91b0a9adcb..bf1358ee11 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -294,8 +294,9 @@ h6 { text-align: left; } +.pycode, .bascode { - margin-top:15px; + margin-top: 15px; margin-bottom: 15px; } @@ -620,6 +621,7 @@ li.disabled a { float: left; display: none; } + .calc-icon, .chart-icon, .writer-icon, |