diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2020-07-04 10:34:45 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-07-04 10:34:45 -0400 |
| commit | c60118961ecb3543a9b71ca93513007e91318df4 (patch) | |
| tree | 2fc485023e667dcaa64b1e536dc4bec9ff555e08 /doc/_static/coverage.css | |
| parent | a97cf2c471324b7db4a76b14826f5026ec24cfd2 (diff) | |
| download | python-coveragepy-git-c60118961ecb3543a9b71ca93513007e91318df4.tar.gz | |
Add --help output to command docs, and other reorganization
Diffstat (limited to 'doc/_static/coverage.css')
| -rw-r--r-- | doc/_static/coverage.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/_static/coverage.css b/doc/_static/coverage.css index 15a55508..482936ab 100644 --- a/doc/_static/coverage.css +++ b/doc/_static/coverage.css @@ -15,10 +15,6 @@ img.tideliftlogo { margin-top: .5em !important; } -.rst-content div[class^="highlight"] { - margin-bottom: 12px; -} - .rst-content ol.arabic li { margin-bottom: 12px; } @@ -46,11 +42,11 @@ img.tideliftlogo { .rst-content pre.literal-block { white-space: pre; - margin: 0 !important; padding: 12px 12px !important; font-family: Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace; font-size: 12px; display: block; overflow: auto; color: #404040; + background: #efc; } |
