aboutsummaryrefslogtreecommitdiff
path: root/docs/_static/custom.css
blob: bcd37bbd3c4a3af5a8fe1d18902eba49f13b8f3b (plain)
1
2
3
4
5
6
7
8
9
div#python2-eol {
	border-color: red;
	border-width: medium;
} 

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