File: examples.css

package info (click to toggle)
statsmodels 0.14.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 49,848 kB
  • sloc: python: 253,316; f90: 612; sh: 560; javascript: 337; asm: 156; makefile: 132; ansic: 16; xml: 9
file content (15 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.example-header-clear {
    clear: both;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.example.docutils.container {
    float: left;
    padding: 1rem;
}

.example a.reference.external {
    font-size: 1rem;
}