mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add right margin to footnote/citation labels
This commit is contained in:
parent
86ef8521df
commit
0f7b2abdd8
@ -506,6 +506,7 @@ li > p:last-child {
|
||||
dl.footnote > dt,
|
||||
dl.citation > dt {
|
||||
float: left;
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
dl.footnote > dd,
|
||||
|
Loading…
Reference in New Issue
Block a user