mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Style fix for lists inside lists.
This commit is contained in:
parent
2b0e015fcc
commit
8dacfcfee4
@ -566,6 +566,10 @@ ul.fakelist {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.first {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
/* "Footnotes" heading */
|
||||
p.rubric {
|
||||
margin-top: 30px;
|
||||
|
@ -139,6 +139,10 @@ pre a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.first {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
div.document {
|
||||
background-color: white;
|
||||
text-align: left;
|
||||
|
Loading…
Reference in New Issue
Block a user