From 6be94805f2a6b8d2d6a51511a836b77fc0fe3956 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Thu, 5 Feb 2015 12:51:02 -0800 Subject: [PATCH] center the footer --- layout/bootstrap.moon | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/layout/bootstrap.moon b/layout/bootstrap.moon index f4cf6d5..17dfd5d 100644 --- a/layout/bootstrap.moon +++ b/layout/bootstrap.moon @@ -56,12 +56,13 @@ class Layout extends Widget footer: => footer -> div class: "container footer", -> - p class: "text-muted", -> - text "Christine Cadence Dodrill - #{os.date "%Y"}" + center -> + p class: "text-muted", -> + text "Christine Cadence Dodrill - #{os.date "%Y"}" - if os.getenv "GIT_REV" - text " - revision " - code "#{os.getenv("GIT_REV")\sub 1,8}" + if os.getenv "GIT_REV" + text " - revision " + code "#{os.getenv("GIT_REV")\sub 1,8}" body: => div class: "container", ->