Skip to content

Commit 721339a

Browse files
authored
docs(python): add empty lines between methods (#1041)
1 parent 89a8b2e commit 721339a

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

  • synthtool/gcp/templates/python_library/docs/_static
Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
div#python2-eol {
22
border-color: red;
33
border-width: medium;
4-
}
4+
}
55

66
/* Ensure minimum width for 'Parameters' / 'Returns' column */
77
dl.field-list > dt {
88
min-width: 100px
99
}
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+
}

0 commit comments

Comments
 (0)