• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1div#python2-eol {
2	border-color: red;
3	border-width: medium;
4}
5
6/* Ensure minimum width for 'Parameters' / 'Returns' column */
7dl.field-list > dt {
8    min-width: 100px
9}
10
11/* Insert space between methods for readability */
12dl.method {
13	padding-top: 10px;
14	padding-bottom: 10px
15}
16
17/* Insert empty space between classes */
18dl.class {
19	padding-bottom: 50px
20}
21