summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/banner.html.tmpl
diff options
context:
space:
mode:
authormyk%mozilla.org <>2004-05-12 05:49:49 +0200
committermyk%mozilla.org <>2004-05-12 05:49:49 +0200
commit1ab225cdb6b4f0c84049b09c32ecb8845ce1a5dc (patch)
tree630cb8235811cf944422e657dd7f5bda8057b970 /template/en/default/global/banner.html.tmpl
parent8b0e08269dce8c37b35b0433c5ff2976c6a04214 (diff)
downloadbugzilla-1ab225cdb6b4f0c84049b09c32ecb8845ce1a5dc.tar.gz
bugzilla-1ab225cdb6b4f0c84049b09c32ecb8845ce1a5dc.tar.xz
Fix for bug 240486: makes the banner template CSS friendly
Patch by Vitaly Harisov r=myk a=myk
Diffstat (limited to 'template/en/default/global/banner.html.tmpl')
-rw-r--r--template/en/default/global/banner.html.tmpl25
1 files changed, 11 insertions, 14 deletions
diff --git a/template/en/default/global/banner.html.tmpl b/template/en/default/global/banner.html.tmpl
index a7cc7c6e1..95a7605b9 100644
--- a/template/en/default/global/banner.html.tmpl
+++ b/template/en/default/global/banner.html.tmpl
@@ -24,17 +24,14 @@
[% PROCESS global/variables.none.tmpl %]
- <table bgcolor="#000000" width="100%" border="0" cellpadding="0"
- cellspacing="0">
- <tr>
- <td>
- <center><font color="#FFFFFF" size="8">
- This is [% terms.Bugzilla %]
- </font></center>
- </td>
- </tr>
- </table>
-
- <center><font size="-1">
- <a href="http://www.bugzilla.org/">Bugzilla</a> Version [% VERSION %]
- </font></center>
+ <div id="banner">
+ <div class="intro"></div>
+ <p id="banner-name">
+ <span>This is [% terms.Bugzilla %]</span>
+ </p>
+ <p id="banner-version">
+ <a href="http://www.bugzilla.org/"><span>Bugzilla</span></a>
+ <span>Version [% VERSION %]</span>
+ </p>
+ <div class="outro"></div>
+ </div>