summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2013-11-24 12:00:02 +0100
committerJonas Smedegaard <dr@jones.dk>2013-11-24 12:05:52 +0100
commitb37cd9dd5b2ad5a166487ebb4f8e92a5edb9dcd0 (patch)
treeabc3f9988d417096bd0603e16be31b806e41358a
parentd0e6cbcba771a927000b76861a368fb845bc750c (diff)
Set header font-size generally (not in two steps), shrink searchform, and adjust vertical padding.
-rw-r--r--style.scss8
1 files 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 {