diff options
| author | Jesse Morgan <jesse@jesterpm.net> | 2013-09-09 23:01:35 -0700 | 
|---|---|---|
| committer | Jesse Morgan <jesse@jesterpm.net> | 2013-09-09 23:01:35 -0700 | 
| commit | 36a347eb5eb247da324d1f76116828ab95d255ae (patch) | |
| tree | 98dbc566743818627b96c619411960bebbd80f01 /src/templates | |
| parent | bc385cd7620df50110e57ac40bb5138f55d3b5a2 (diff) | |
Adding missing part of noticebox icon alignment fix
Diffstat (limited to 'src/templates')
| -rw-r--r-- | src/templates/macros/noticebox.ftl | 4 | 
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>  | 
