From eb49e6a6223f254ac0e2756a86a7686538b3e6fc Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 30 Jul 2014 18:23:52 -0700 Subject: [PATCH] move page header to the bottom --- local.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/local.css b/local.css index 0975575..690048b 100644 --- a/local.css +++ b/local.css @@ -37,4 +37,8 @@ body { border-top: 0; } +.pageheader { + position: absolute; + bottom: 0; +} \ No newline at end of file -- 2.39.5