]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
web: fix title size
authorVincent Bernat <bernat@luffy.cx>
Sun, 13 Jan 2013 13:05:37 +0000 (14:05 +0100)
committerVincent Bernat <bernat@luffy.cx>
Sun, 13 Jan 2013 13:05:37 +0000 (14:05 +0100)
content/media/css/lldpd.2.article.less

index 84609508b41296e7cd5a786d3135739d2b3d6366..83c21ac9b7889447baad2db1b4711c2412dcec3e 100644 (file)
@@ -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);