From: mkanat%bugzilla.org <> Date: Tue, 2 Sep 2008 10:58:07 +0000 (+0000) Subject: Bug 452891: The dashed border next to the line numbers in the Diff Viewer can be... X-Git-Tag: bugzilla-3.2rc2~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2aadbe2150cdd129c2bc42e7567d8087030eb8ec;p=thirdparty%2Fbugzilla.git Bug 452891: The dashed border next to the line numbers in the Diff Viewer can be visually jarring Patch By Max Kanat-Alexander r=wurblzap, a=mkanat --- diff --git a/template/en/default/attachment/diff-header.html.tmpl b/template/en/default/attachment/diff-header.html.tmpl index 57afc799f5..29fe14a7a4 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;