mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #7481 from mgeier/footnote-margin
basic theme: Add right margin to footnote/citation labels
This commit is contained in:
commit
9d072b9727
@ -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