mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
pydoctheme.css: render #synopsis usage as monospace.
This commit is contained in:
parent
42239d4dd8
commit
1c5a88ad21
1 changed files with 5 additions and 0 deletions
|
@ -289,6 +289,11 @@ dl > dt span ~ em {
|
||||||
font-family: monospace, sans-serif;
|
font-family: monospace, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#synopsis p {
|
||||||
|
font-family: monospace, sans-serif;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
|
||||||
/* On screens that are less than 700px wide remove anything non-essential
|
/* On screens that are less than 700px wide remove anything non-essential
|
||||||
- the sidebar, the gradient background, ... */
|
- the sidebar, the gradient background, ... */
|
||||||
@media screen and (max-width: 700px) {
|
@media screen and (max-width: 700px) {
|
||||||
|
|
Loading…
Reference in a new issue