summaryrefslogtreecommitdiff
path: root/help3xsl/default.css
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2018-04-24 23:52:25 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2018-04-26 13:49:04 +0200
commit3824ac08e61a8f41fde588fd3b6408dec8c244c5 (patch)
tree380b050f462cff29401b9c371b9345b966d87d18 /help3xsl/default.css
parent7d7b5977dd278ac994a09f935ba43684cdab199a (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.css4
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;