mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 12:41:08 +08:00
Sphinx: disable hyphenation
Hyphenation in our documentation is aggressive, even to the point of caus- ing options themselves to be broken across lines. This makes the document- ation hard to read, especially when you have an option like `string colle- ct` which gets a weird hyphen. Remove the hyphenation from the CSS.
This commit is contained in:
parent
f4797a0133
commit
692a2fc135
|
@ -80,12 +80,6 @@ div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6 {
|
|||
font-weight: normal;
|
||||
}
|
||||
|
||||
div.body p, div.body dd, div.body li, div.body blockquote {
|
||||
-ms-hyphens: auto;
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
:not(li) > ol > li:last-child > :last-child, :not(li) > ul > li:last-child > :last-child {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user