From 133eb760436feb2c70d8079b5be1bcb560a261e2 Mon Sep 17 00:00:00 2001 From: Ilmari Lauhakangas Date: Wed, 25 Apr 2018 19:08:54 +0100 Subject: We use px for font sizes in navigation Change-Id: I91de80116d82c8bc6bdc34436a98ebdd629ebb0c Reviewed-on: https://gerrit.libreoffice.org/53461 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- help3xsl/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'help3xsl') 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; -- cgit