summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2009-05-27 16:06:55 +0200
committerJonas Smedegaard <dr@jones.dk>2009-05-27 16:06:55 +0200
commit065f072f8796e066adff1352139bfbf389c855c9 (patch)
tree89e66206b13752d4f68945a683a1543c64435272 /local.css
parent7b2180f4b665363c0f4ef2900e2e40ec69a9a28c (diff)
Bottom-align branding logo in em (not percentage).
Diffstat (limited to 'local.css')
-rw-r--r--local.css2
1 files changed, 1 insertions, 1 deletions
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%;
}