[Libreoffice-commits] help.git: help3xsl/default.css
Ilmari Lauhakangas
ilmari.lauhakangas at libreoffice.org
Wed Apr 25 19:34:37 UTC 2018
help3xsl/default.css | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 133eb760436feb2c70d8079b5be1bcb560a261e2
Author: Ilmari Lauhakangas <ilmari.lauhakangas at libreoffice.org>
Date: Wed Apr 25 19:08:54 2018 +0100
We use px for font sizes in navigation
Change-Id: I91de80116d82c8bc6bdc34436a98ebdd629ebb0c
Reviewed-on: https://gerrit.libreoffice.org/53461
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
diff --git a/help3xsl/default.css b/help3xsl/default.css
index 3f30cda39..0fb0b9670 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -372,7 +372,7 @@ label[for=accordion-1] {
color: #18A303;
display: block;
padding: 10px 0 10px 20px;
- font-size: 1.4em;
+ font-size: 22px;
line-height: .6;
}
label[for=accordion-1]:after {
@@ -390,7 +390,7 @@ aside input[type=checkbox]:checked ~ .contents-treeview {
}
.index-label {
float: left;
- font-size: 1.4em;
+ font-size: 22px;
color: #18A303;
padding-left: 20px;
margin: 20px 0 0 0;
More information about the Libreoffice-commits
mailing list