summaryrefslogtreecommitdiff
path: root/sphinx/static/default.css
diff options
context:
space:
mode:
authorgeorg.brandl <devnull@localhost>2008-05-31 16:26:12 +0000
committergeorg.brandl <devnull@localhost>2008-05-31 16:26:12 +0000
commit48c757deba6daa94f6f2bd2727913d652be2d6e4 (patch)
tree89d44d568f24e6ec6a639c0b63b51a208ad8f187 /sphinx/static/default.css
parent854f63d5ff89c261768a2c3cdd26a01637f7a01b (diff)
downloadsphinx-48c757deba6daa94f6f2bd2727913d652be2d6e4.tar.gz
Style fix for lists inside lists.
Diffstat (limited to 'sphinx/static/default.css')
-rw-r--r--sphinx/static/default.css4
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;