From e0e43c6d49751e5a29d24d2a227957abfe98551d Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Tue, 3 Feb 2015 10:55:37 -0800 Subject: [PATCH] muted -> text-muted --- layout/bootstrap.moon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/bootstrap.moon b/layout/bootstrap.moon index 9adc95d..19153cb 100644 --- a/layout/bootstrap.moon +++ b/layout/bootstrap.moon @@ -56,7 +56,7 @@ class Layout extends Widget footer: => footer class: "footer", -> div class: "container", -> - p class: "muted", -> + p class: "text-muted", -> text "Christine Cadence Dodrill - #{os.date "%Y"}" if os.getenv "GIT_REV"