From b37cd9dd5b2ad5a166487ebb4f8e92a5edb9dcd0 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 24 Nov 2013 12:00:02 +0100 Subject: Set header font-size generally (not in two steps), shrink searchform, and adjust vertical padding. --- style.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.scss b/style.scss index ea18cee..f50e06e 100644 --- a/style.scss +++ b/style.scss @@ -133,8 +133,8 @@ div.inlinefooter { @include ikiwiki-plugin-po; div.header { - @include adjust-font-size-to(20px); - padding: rhythm(.5) 0 0 1em; + @include adjust-font-size-to(24px); + padding: 0 0 0 1em; background-color: LightBlue; color: LightBlue; } @@ -152,7 +152,6 @@ div#footer { div.pageheader span.title { color: white; - @include adjust-font-size-to(18px); } span.parentlinks { @@ -160,7 +159,8 @@ span.parentlinks { } FORM#searchform { - margin: 0 2em 0 0; + @include adjust-font-size-to(16px, $from-size: 24px); + margin: rhythm(.5) 2em 0 0; } div.pageheader div.actions { -- cgit v1.2.3