File: extra.css

package info (click to toggle)
python-igraph 1.0.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,612 kB
  • sloc: ansic: 25,204; python: 22,041; sh: 118; makefile: 35; sed: 2
file content (6 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (3)
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;
}