diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-04-24 23:52:25 -0300 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2018-08-07 17:55:28 +0200 |
commit | 87458c62e87f807d6fb206358d236d3a774e81d0 (patch) | |
tree | fbcbe0470062e34a1aea22f22a5fdb3218ea9ff9 /help3xsl/default.css | |
parent | 0d07c3a66dcc6e9f3eaac079de2124025bc577a1 (diff) |
Replace onecell table by a div
Replace table of type onecell by a div + css
Change-Id: I120a85c96b312d206a8f582c69405aeb5fd80a9c
Reviewed-on: https://gerrit.libreoffice.org/53428
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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index 50023f5fc5..ba548c337c 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -133,6 +133,10 @@ pre, /* Table related classes */ +/* Special case of table with one cell*/ +.onecell{ +} + table { box-shadow: rgba(0,0,0,0.1) 0px 1px 3px 0px; border-collapse: collapse; |