diff options
author | jocuri%softhome.net <> | 2004-12-31 19:55:54 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-12-31 19:55:54 +0100 |
commit | ea89c6a5f55b9f7571820112f0c58344ef3c8ca9 (patch) | |
tree | 0b01f035b07c2572052dda4d63811aff592da7a3 /template | |
parent | d19448c365e3b7fd451586c600ae4397d32aa02a (diff) | |
download | bugzilla-ea89c6a5f55b9f7571820112f0c58344ef3c8ca9.tar.gz bugzilla-ea89c6a5f55b9f7571820112f0c58344ef3c8ca9.tar.xz |
Patch for bug 275631: Only the first column (not all) should have excess CSS padding-left; patch by byron jones (glob) <bugzilla@glob.com.au>, r=gerv, r=vladd, a=justdave.
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/list/table.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index dc4f241fb..56ab2ee49 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -87,7 +87,7 @@ [% IF dotweak %] <th> </th> [% END %] - <th colspan="[% splitheader ? 2 : 1 %]"> + <th colspan="[% splitheader ? 2 : 1 %]" class="first-child"> [% IF sorted_by_relevance %] ID [% ELSE %] |