diff options
author | Jonas Smedegaard <dr@jones.dk> | 2009-05-27 16:06:55 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2009-05-27 16:06:55 +0200 |
commit | 065f072f8796e066adff1352139bfbf389c855c9 (patch) | |
tree | 89e66206b13752d4f68945a683a1543c64435272 | |
parent | 7b2180f4b665363c0f4ef2900e2e40ec69a9a28c (diff) |
Bottom-align branding logo in em (not percentage).
-rw-r--r-- | local.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ DIV.pageheader { DIV#branding { position: fixed; - bottom: 5%; + bottom: 3.5em; right: 3%; } |