diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-05-07 16:59:37 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-05-08 12:28:41 +0200 |
commit | bc322f3bc59d3d05b61cc229eba17f86d157c8f8 (patch) | |
tree | d72201bd911e1573689dbf5aa1e5ecad0454f31a /help3xsl/default.css | |
parent | 7e1d1370189e34e02b526d5a30095c1794d7546c (diff) |
Refactor test for online case wrt objects
Also refactor the section "Open file with example".
Wrap in a div with class.
Change-Id: I14b1b7ca6ca788383824db3db4db4014b295976e
Reviewed-on: https://gerrit.libreoffice.org/53946
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r-- | help3xsl/default.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index d17f5b2c10..b352360e19 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -236,6 +236,8 @@ h6 { .howtogetbody { margin: 0px; } +.samplefilesection{ +} .wide { width: 100%; } |