File size: 356 Bytes
065fee7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
div#python2-eol {
	border-color: red;
	border-width: medium;
}

/* Ensure minimum width for 'Parameters' / 'Returns' column */
dl.field-list > dt {
    min-width: 100px
}

/* Insert space between methods for readability */
dl.method {
	padding-top: 10px;
	padding-bottom: 10px
}

/* Insert empty space between classes */
dl.class {
	padding-bottom: 50px
}