Rustdoc: Add padding on <code>
… to separate text from the edge of the newly added background.
This commit is contained in:
parent
7f388068b9
commit
3b41f32562
@ -123,6 +123,7 @@ code, pre {
|
||||
.docblock code {
|
||||
background-color: #F5F5F5;
|
||||
border-radius: 3px;
|
||||
padding: 0 0.2em;
|
||||
}
|
||||
pre {
|
||||
background-color: #F5F5F5;
|
||||
|
Loading…
x
Reference in New Issue
Block a user