From: Vincent Bernat Date: Sun, 13 Jan 2013 13:05:37 +0000 (+0100) Subject: web: fix title size X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=978b22965f2afbf50f105c13d0d58ea1972ba8bb;p=thirdparty%2Flldpd.git web: fix title size --- 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);