File: custom.css

package info (click to toggle)
sqlfluff 3.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 33,984 kB
  • sloc: python: 106,138; sql: 34,188; makefile: 52; sh: 8
file content (11 lines) | stat: -rw-r--r-- 294 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
/* Overrides for spacing within autodoc */

dl.py {
    /* Spacing is normally far too tight, this makes a bit more space between elements */
    padding-bottom: 30px;
}

/* Override unnecessary underline in alabaster's default styling - see #2266 */
.highlight .w {
  text-decoration: none;
}