Skip to content

Commit 782675e

Browse files
committed
Improve appearance of filelist and diff section in commit view.
1 parent fe06dd6 commit 782675e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/views/history/history.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ a.showdiff {
202202

203203
#filelist tr td {
204204
border-bottom: 1px solid #ccc;
205+
border-top: 1px solid #ccc;
205206
}
206207

207208
#filelist a {
@@ -312,7 +313,6 @@ a.showdiff {
312313
}
313314

314315
#diffs {
315-
-webkit-box-shadow: inset 0px 5px 5px #ccc;
316316
width: 100%;
317317
display: block;
318318
padding-top: 10px;

0 commit comments

Comments
 (0)