Change the border width for the header so we get the bottom bit
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 11 Sep 2005 02:35:18 +0000 (02:35 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 11 Sep 2005 02:35:18 +0000 (02:35 +0000)
templates/default/diff_file.tpl

index 3249f0ad7666e59ff6fe62a20c112f1edd98b461..e2b2cddfad0bdda8ebd088b43b43bc5750da4c74 100644 (file)
@@ -1,2 +1,4 @@
-<div class="head">$filename</div>
+<div class="head" style="border-width: 1px">$filename</div>
 $hunktpl
+
+<br />
\ No newline at end of file