File: overrides.css

package info (click to toggle)
python-returns 0.26.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,652 kB
  • sloc: python: 11,000; makefile: 18
file content (14 lines) | stat: -rw-r--r-- 238 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.globaltoc > p.caption {
  display: block;
  font-size: 1.05em;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 1em;
  border: 0;
}

/* For some reason it did not have a scroll attached. */

.mermaid {
  overflow: scroll;
}