apenwarr-redo/Documentation/extra_style.css
Avery Pennarun f25ebd6ccc 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.
2018-11-29 14:59:38 -05:00

8 lines
144 B
CSS

p code {
border: 0;
padding: 0 2px 0 2px;
font-size: 100%;
white-space: nowrap;
color: #a04040;
letter-spacing: -1px;
}