Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1288aa1

Browse files
committed
vertical padding removed
1 parentc022435 commit1288aa1

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

‎Lib/difflib.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1635,19 +1635,19 @@ def _line_pair_iterator():
16351635
:root {color-scheme: light dark}
16361636
table.diff {
16371637
font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
1638-
border:medium;
1638+
border:medium;
16391639
}
16401640
.diff_header {
1641-
background-color:#e0e0e0;
1642-
font-weight:bold;
1641+
background-color:#e0e0e0;
1642+
font-weight:bold;
16431643
}
16441644
td.diff_header {
1645-
text-align:right;
1646-
padding:4px 8px;
1645+
text-align:right;
1646+
padding: 0 8px;
16471647
}
16481648
.diff_next {
1649-
background-color:#c0c0c0;
1650-
padding:4px 0;
1649+
background-color:#c0c0c0;
1650+
padding:4px 0;
16511651
}
16521652
.diff_add {background-color:palegreen}
16531653
.diff_chg {background-color:#ffff77}

‎Lib/test/test_difflib_expect.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
:root {color-scheme: light dark}
1010
table.diff {
1111
font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
12-
border:medium;
12+
border:medium;
1313
}
1414
.diff_header {
15-
background-color:#e0e0e0;
16-
font-weight:bold;
15+
background-color:#e0e0e0;
16+
font-weight:bold;
1717
}
1818
td.diff_header {
19-
text-align:right;
20-
padding:4px8px;
19+
text-align:right;
20+
padding:08px;
2121
}
2222
.diff_next {
23-
background-color:#c0c0c0;
24-
padding:4px0;
23+
background-color:#c0c0c0;
24+
padding:4px0;
2525
}
2626
.diff_add {background-color:palegreen}
2727
.diff_chg {background-color:#ffff77}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp