From 978b22965f2afbf50f105c13d0d58ea1972ba8bb Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 13 Jan 2013 14:05:37 +0100 Subject: [PATCH] web: fix title size --- content/media/css/lldpd.2.article.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/media/css/lldpd.2.article.less b/content/media/css/lldpd.2.article.less index 84609508..83c21ac9 100644 --- a/content/media/css/lldpd.2.article.less +++ b/content/media/css/lldpd.2.article.less @@ -30,13 +30,13 @@ article { page-break-inside: avoid; text-shadow: white 0 1px 2px, white 1px 1px 1px; } + header h1 { + .font-size(2.625); + margin: (@line-height/2.625*2em) 0 (@line-height/2.625em); + } h1 { .font-size(2.125); margin: (@line-height/2.125*2em) 0 (@line-height/2.125em); - header & { - .font-size(2.625); - margin: (@line-height/2.625*2em) 0 (@line-height/2.625em); - } } h2 { .font-size(1.625); -- 2.39.5