From e74b27e1971b4f5d0249f2463d678fabd23561ad Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sun, 26 May 2013 20:57:14 -0400 Subject: [PATCH] Footer will appear below floated headline regardless of content length --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index fdc5a92..b6d4e1a 100644 --- a/style.css +++ b/style.css @@ -153,6 +153,7 @@ tt { footer, #footer, .article #copyright { font-size: 0.9em; margin-top: 2em; + clear: both; } footer .commit-id {