From 6d67154b6d3464bb7af1264b0650c73d1f6e9f6f Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Tue, 2 Sep 2008 10:56:25 +0000 Subject: 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 --- template/en/default/attachment/diff-header.html.tmpl | 5 ----- 1 file changed, 5 deletions(-) (limited to 'template') 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; -- cgit v1.2.3-24-g4f1b