From 7b9940c0783eaa6900421c5b722bbf8f9b2e1b85 Mon Sep 17 00:00:00 2001 From: Sebastian Bachmann Date: Tue, 13 Jan 2015 19:53:02 +0100 Subject: [PATCH] make parent links always the same height --- local.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/local.css b/local.css index 16db004..3c5b1b1 100644 --- a/local.css +++ b/local.css @@ -52,6 +52,11 @@ h1, h2, h3, .title{ margin: 1.0em auto; } +.pageheader .parentlinks{ + height: 1em; + display: block; +} + .pageheader .title{ background-image: url('swirl_and_vienna.png'); background-repeat: no-repeat; -- 2.39.2