diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-03-20 19:38:21 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-03-21 19:38:56 +0100 |
commit | 4a1008b6ee7043031e9b050adcf836c2f0c88a47 (patch) | |
tree | 475a49411ead3dc89b9dc7db41e7f676a2e12df7 /help3xsl/default.css | |
parent | bd71cddd5c343dc894e78bb9809acb94ca1db337 (diff) |
Deploy videos in New Help (WIP)
Add YouTube videos in New help.
add makefile
NOTE: <object> is not rendered in old help.
NOTE2: Removed online objects from offline help
Change-Id: I829fe1858002a454417d36d0651fe49097e008d4
Reviewed-on: https://gerrit.libreoffice.org/51679
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r-- | help3xsl/default.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index bf5bac86f6..1ae99162b6 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -255,6 +255,12 @@ h6 { .mediabutton { background-color: cyan; } +.mediadiv{ + padding-bottom:5%; + height:0; + display:inline-block; + border:none; +} .tintro { color: white; background-color: green; |