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:
Avery Pennarun 2018-11-29 14:50:24 -05:00
commit f25ebd6ccc
2 changed files with 10 additions and 0 deletions

View 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;
}

View file

@ -7,6 +7,8 @@ repo_url: https://github.com/apenwarr/redo
edit_uri: edit/master/Documentation edit_uri: edit/master/Documentation
extra_javascript: extra_javascript:
- fetchcode.js - fetchcode.js
extra_css:
- extra_style.css
pages: pages:
- Introduction: index.md - Introduction: index.md