From 00fc350b4bdb0889e52af7c8654b23ef2ff96c4a Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Thu, 5 Feb 2015 12:49:40 -0800 Subject: [PATCH] more html layout fixes --- layout/bootstrap.moon | 4 ++-- static/css/main.css | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/layout/bootstrap.moon b/layout/bootstrap.moon index 6bae8d7..f4cf6d5 100644 --- a/layout/bootstrap.moon +++ b/layout/bootstrap.moon @@ -54,8 +54,8 @@ class Layout extends Widget a href: "/contact", "Contact" footer: => - div class: "container", -> - footer class: "footer", -> + footer -> + div class: "container footer", -> p class: "text-muted", -> text "Christine Cadence Dodrill - #{os.date "%Y"}" diff --git a/static/css/main.css b/static/css/main.css index eb1733b..c40225a 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -54,5 +54,3 @@ table td { height: 60px; background-color: #F2E6EB; } - -