From 36a347eb5eb247da324d1f76116828ab95d255ae Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Mon, 9 Sep 2013 23:01:35 -0700 Subject: Adding missing part of noticebox icon alignment fix --- src/templates/macros/noticebox.ftl | 4 ++-- web/scripts/growth.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/templates/macros/noticebox.ftl b/src/templates/macros/noticebox.ftl index 9cd99f9..34ef994 100644 --- a/src/templates/macros/noticebox.ftl +++ b/src/templates/macros/noticebox.ftl @@ -1,9 +1,9 @@ <#macro noticebox class="">
-

- <#nested> + + <#nested>

diff --git a/web/scripts/growth.js b/web/scripts/growth.js index 4bc7e5b..0e66bbc 100644 --- a/web/scripts/growth.js +++ b/web/scripts/growth.js @@ -73,7 +73,7 @@ $(document).ready(function() function notice(msg) { - $('#noticebox p').html(msg) + $('#noticebox p span').html(msg) $('#noticebox').slideDown(); } -- cgit v1.2.3