diff options
| author | georg.brandl <devnull@localhost> | 2008-05-31 16:26:12 +0000 |
|---|---|---|
| committer | georg.brandl <devnull@localhost> | 2008-05-31 16:26:12 +0000 |
| commit | 48c757deba6daa94f6f2bd2727913d652be2d6e4 (patch) | |
| tree | 89d44d568f24e6ec6a639c0b63b51a208ad8f187 /sphinx/static/default.css | |
| parent | 854f63d5ff89c261768a2c3cdd26a01637f7a01b (diff) | |
| download | sphinx-48c757deba6daa94f6f2bd2727913d652be2d6e4.tar.gz | |
Style fix for lists inside lists.
Diffstat (limited to 'sphinx/static/default.css')
| -rw-r--r-- | sphinx/static/default.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sphinx/static/default.css b/sphinx/static/default.css index 838b198d..51f19732 100644 --- a/sphinx/static/default.css +++ b/sphinx/static/default.css @@ -566,6 +566,10 @@ ul.fakelist { padding: 0; } +.first { + margin-top: 0 !important; +} + /* "Footnotes" heading */ p.rubric { margin-top: 30px; |
