File tree 2 files changed +14
-3
lines changed 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
div # python2-eol {
2
2
border-color : red;
3
3
border-width : medium;
4
- }
4
+ }
5
5
6
6
/* Ensure minimum width for 'Parameters' / 'Returns' column */
7
7
dl .field-list > dt {
8
8
min-width : 100px
9
9
}
10
+
11
+ /* Insert space between methods for readability */
12
+ dl .method {
13
+ padding-top : 10px ;
14
+ padding-bottom : 10px
15
+ }
16
+
17
+ /* Insert empty space between classes */
18
+ dl .class {
19
+ padding-bottom : 50px
20
+ }
Original file line number Diff line number Diff line change 4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/python-api-core.git",
7
- "sha": "8c7ac29ce8b1680fc0991f5001ed4a6ad580f951 "
7
+ "sha": "282725df279936d2490248cafe71a6d3eb9985f5 "
8
8
}
9
9
},
10
10
{
11
11
"git": {
12
12
"name": "synthtool",
13
13
"remote": "https://github.com/googleapis/synthtool.git",
14
- "sha": "0a071b3460344886297a304253bf924aa68ddb7e "
14
+ "sha": "721339ab60a6eb63b889978b3d9b295dcb3be370 "
15
15
}
16
16
}
17
17
],
You can’t perform that action at this time.
0 commit comments