mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-28 13:11:15 -03:00
pydoctheme.css: render #synopsis usage as monospace.
This commit is contained in:
@@ -289,6 +289,11 @@ dl > dt span ~ em {
|
||||
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
|
||||
- the sidebar, the gradient background, ... */
|
||||
@media screen and (max-width: 700px) {
|
||||
|
||||
Reference in New Issue
Block a user