mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-16 23:32:45 +08:00
Put short footnotes on one line again
Unlike before, this doesn't force the number to be on the same line as strongly, that's fine. So short footnotes look like ------------- [1] Some text ------------- Longer footnotes may look like -------------- [2] Some more text --------------
This commit is contained in:
parent
70a1febd6d
commit
88b445ce9e
|
@ -538,6 +538,15 @@ div.bodywrapper {
|
|||
margin-left: 230px;
|
||||
}
|
||||
|
||||
aside.footnote > .label {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
aside.footnote > p {
|
||||
display: inline-block;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
/* On screens that are less than 700px wide remove anything non-essential
|
||||
- the sidebar, the gradient background, ... */
|
||||
@media screen and (max-width: 700px) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user