summaryrefslogtreecommitdiff
path: root/help3xsl/default.css
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2018-04-19 19:26:46 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2018-04-20 12:33:47 +0200
commitf10b89e1d34ab5faca7c4121dc9d1389617d1ba5 (patch)
tree81507b0f485e3581c461cfd5b6e52d8199666834 /help3xsl/default.css
parent5de2306da7f9dea5231c0fd1bfd91491cceb646f (diff)
New Help: Improve table head rendering
Add class to parent <td> of <paragraph role="tablehead"> Change-Id: Ifb9caf4d4ac3ab5e4c750b5bd96260e2dcb298e1 Reviewed-on: https://gerrit.libreoffice.org/53179 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r--help3xsl/default.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css
index 8d6d3df2d4..c376844777 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -123,6 +123,11 @@ pre,
background: #CCF4C6;
text-align: center;
}
+.tableheadcell {
+ background: #CCF4C6;
+ vertical-align:top;
+}
+
.howtogetheader {
font-weight: bold;
border: 1px solid #999999;