Skip to content

Commit 3038c00

Browse files
committed
Remove div styling because styling details is enough
1 parent 6875988 commit 3038c00

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
- run: |
1717
cp .gitconfig ~
1818
sudo cp diff/diff.py /usr/bin
19-
test $(sha256sum $(git ss a257771) | awk '{print $1}') = e0dc96d222281c5b547cb937695123fa806000412cbb22bcb038f96fcdde3680
19+
test $(sha256sum $(git ss a257771) | awk '{print $1}') = 9f056a201864c3a58d6e343f08a13931c425da40b6553dc393cb28c5ec8ce2c5
2020
name: Verify diff hash

diff/diff.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
table.diff {font-family: monospace; border: medium;}
3030
.diff_header {background-color: #e0e0e0;}
3131
td.diff_header {text-align: right;}
32-
div {margin: 0px 4px 80px 4px;}
33-
details {display: inline-block;}
32+
details {display: inline-block;margin: 0px 4px 80px 4px;}
3433
summary {background-color: #e0e0e0; border-width: 1px 1px 0px 1px; border-style: solid; padding: 0px 4px 0px 4px; position: sticky; top: 0px;}
3534
.diff_next {background-color: #c0c0c0;}
3635
.diff_add {background-color: #aaffaa;}

0 commit comments

Comments
 (0)