File: extra.css

package info (click to toggle)
python-igraph 0.11.8%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,480 kB
  • sloc: ansic: 24,545; python: 21,699; sh: 107; makefile: 35; sed: 2
file content (6 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
/* increase spacing between parameters in a parameter list, and make sure
 * that parameter names are aligned to the top */
.fieldTable tr td {
  padding: 3px 4px 10px 10px !important;
  vertical-align: top;
}