From 065f072f8796e066adff1352139bfbf389c855c9 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 27 May 2009 16:06:55 +0200 Subject: Bottom-align branding logo in em (not percentage). --- local.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local.css b/local.css index 2d30a9f9..39ecfde9 100644 --- a/local.css +++ b/local.css @@ -46,7 +46,7 @@ DIV.pageheader { DIV#branding { position: fixed; - bottom: 5%; + bottom: 3.5em; right: 3%; } -- cgit v1.2.3