Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit 1495241

Browse files
authored
docs: insert spaces between classes and methods in docs (#133)
1 parent ae7796a commit 1495241

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/_static/custom.css

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)