summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2018-04-25 19:08:54 +0100
committerOlivier Hallot <olivier.hallot@libreoffice.org>2018-04-25 21:32:31 +0200
commit133eb760436feb2c70d8079b5be1bcb560a261e2 (patch)
tree42999eb29477235fd9b6e36515280e3ac64a2f41
parent395b1815dc3f2f21302e3858357c6cf16a449ab2 (diff)
We use px for font sizes in navigation
Change-Id: I91de80116d82c8bc6bdc34436a98ebdd629ebb0c Reviewed-on: https://gerrit.libreoffice.org/53461 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r--help3xsl/default.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css
index 3f30cda395..0fb0b9670b 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;