Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
padding: 0.2em 0.2em 0.15em 0.2em;
}
+ /* By default these contain nothing, but these CSS rules make things
+ easier on customizers. */
+ .intro, .outro {
+ text-align: center;
+ width: 50em;
+ }
+
/* Hide from NN4 */
#new_release
[% END %]
<div id="page-index">
- <div class="intro"></div>
<table>
<tr>
<td>
<h1 id="welcome"> Welcome to [% terms.Bugzilla %]</h1>
+ <div class="intro">[% Hook.process('intro') %]</div>
<a id="enter_bug" class="bz_common_actions"
href="enter_bug.cgi"><span>File [% terms.aBug %]</span></a>
</ul>
</div>
</form>
+ <div class="outro">[% Hook.process('outro') %]</div>
</td>
</tr>
</table>
- <div class="outro"></div>
</div>
[% PROCESS global/footer.html.tmpl %]