There was an error while loading. Please reload this page.
1 parent ae7796a commit 1495241Copy full SHA for 1495241
1 file changed
docs/_static/custom.css
@@ -1,9 +1,20 @@
1
div#python2-eol {
2
border-color: red;
3
border-width: medium;
4
-}
+}
5
6
/* Ensure minimum width for 'Parameters' / 'Returns' column */
7
dl.field-list > dt {
8
min-width: 100px
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
0 commit comments