diff options
author | mkanat%bugzilla.org <> | 2008-09-02 12:56:25 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2008-09-02 12:56:25 +0200 |
commit | 6d67154b6d3464bb7af1264b0650c73d1f6e9f6f (patch) | |
tree | 55864c15b43ee6216a10e90402c9d6c8c9256b00 /template/en/default/attachment | |
parent | 5f3c7d69f41000e968619bcab5521765396e4936 (diff) | |
download | bugzilla-6d67154b6d3464bb7af1264b0650c73d1f6e9f6f.tar.gz bugzilla-6d67154b6d3464bb7af1264b0650c73d1f6e9f6f.tar.xz |
Bug 452891: The dashed border next to the line numbers in the Diff Viewer can be visually jarring
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=mkanat
Diffstat (limited to 'template/en/default/attachment')
-rw-r--r-- | template/en/default/attachment/diff-header.html.tmpl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/template/en/default/attachment/diff-header.html.tmpl b/template/en/default/attachment/diff-header.html.tmpl index 57afc799f..29fe14a7a 100644 --- a/template/en/default/attachment/diff-header.html.tmpl +++ b/template/en/default/attachment/diff-header.html.tmpl @@ -64,11 +64,6 @@ table.file_table { border-bottom: 1px solid black; } -tbody.file td { - border-left: 1px dashed black; - border-right: 1px dashed black; -} - tbody.file pre { display: inline; white-space: -moz-pre-wrap; |