Docs: format inline <code> blocks better.
It seems like we're using these differently than most readthedocs.org users. Remove the borders and padding so they work better inline, and prevent confusing word wraps.
This commit is contained in:
parent
2e84c1bc02
commit
f25ebd6ccc
2 changed files with 10 additions and 0 deletions
8
Documentation/extra_style.css
Normal file
8
Documentation/extra_style.css
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
p code {
|
||||
border: 0;
|
||||
padding: 0 2px 0 2px;
|
||||
font-size: 100%;
|
||||
white-space: nowrap;
|
||||
color: #a04040;
|
||||
letter-spacing: -1px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue