diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-04-07 05:31:26 +0200 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-04-07 05:31:26 +0200 |
commit | c379cab55090ab30f28cb3b997699bf7210c3de4 (patch) | |
tree | 67a688451756f869e6bdba72c3e6dca295dcdb4c /template | |
parent | d89b27ae1cef6b82492fd6e833ca41d21f9527be (diff) | |
download | bugzilla-c379cab55090ab30f28cb3b997699bf7210c3de4.tar.gz bugzilla-c379cab55090ab30f28cb3b997699bf7210c3de4.tar.xz |
Bug 552647: CSS fixes for the search-direction arrows and the buglist table
headers
r=LpSolit, a=LpSolit
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/list/table.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index a7e0a9aff..563b57caf 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -78,7 +78,7 @@ [% tableheader = BLOCK %] <table class="bz_buglist" cellspacing="0" cellpadding="4" width="100%"> - <tr class="bz_buglist_header bz_first_buglist_header" align="left"> + <tr class="bz_buglist_header bz_first_buglist_header"> [% IF dotweak %] <th> </th> [% END %] @@ -100,7 +100,7 @@ [% PROCESS columnheader %] [% END %] - </tr><tr class="bz_buglist_header" align="left"> + </tr><tr class="bz_buglist_header"> [% IF dotweak %] <th> </th> [% END %] |