diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-28 08:02:45 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-28 08:02:45 -0500 |
| commit | c084f8c0e6c2b94df2d6c0a59036254f93811ddd (patch) | |
| tree | 4140b3c5b0900813e650a619330043dc6e7df876 /doc/_static/neds.css | |
| parent | f80837ae0385019de7b9a3d50a286a5fce0dfb46 (diff) | |
| download | python-coveragepy-git-c084f8c0e6c2b94df2d6c0a59036254f93811ddd.tar.gz | |
Doc tweaking, part 47
Diffstat (limited to 'doc/_static/neds.css')
| -rw-r--r-- | doc/_static/neds.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/_static/neds.css b/doc/_static/neds.css index efcccd45..4d24a68e 100644 --- a/doc/_static/neds.css +++ b/doc/_static/neds.css @@ -214,3 +214,10 @@ tt { padding: 0 1px 0 1px; font-size: 0.95em; } + +li { + margin-bottom: 0.4em; +} +ul { + list-style-type: square; +} |
