]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 452891: The dashed border next to the line numbers in the Diff Viewer can be...
authormkanat%bugzilla.org <>
Tue, 2 Sep 2008 10:58:07 +0000 (10:58 +0000)
committermkanat%bugzilla.org <>
Tue, 2 Sep 2008 10:58:07 +0000 (10:58 +0000)
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=mkanat

template/en/default/attachment/diff-header.html.tmpl

index 57afc799f59aea1d8a00f54a9fae097ad5a05e58..29fe14a7a48b397baf7e1bd3046e51f3f3f4a251 100644 (file)
@@ -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;