summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2013-09-09 23:01:35 -0700
committerJesse Morgan <jesse@jesterpm.net>2013-09-09 23:01:35 -0700
commit36a347eb5eb247da324d1f76116828ab95d255ae (patch)
tree98dbc566743818627b96c619411960bebbd80f01 /src
parentbc385cd7620df50110e57ac40bb5138f55d3b5a2 (diff)
Adding missing part of noticebox icon alignment fix
Diffstat (limited to 'src')
-rw-r--r--src/templates/macros/noticebox.ftl4
1 files changed, 2 insertions, 2 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="">
<div id="middlebar">
<div id="noticebox" class="${class}">
- <img class="icon" src="${staticRoot}/images/noticeicon.png">
<p>
- <#nested>
+ <img class="icon" src="${staticRoot}/images/noticeicon.png">
+ <span><#nested></span>
</p>
</div>
</div>