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.
8 lines
144 B
CSS
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;
|
|
}
|