Rustdoc: Add padding on <code>

… to separate text from the edge of the newly added background.
This commit is contained in:
Simon Sapin 2014-08-06 11:07:35 +01:00
parent 7f388068b9
commit 3b41f32562

View File

@ -123,6 +123,7 @@ code, pre {
.docblock code {
background-color: #F5F5F5;
border-radius: 3px;
padding: 0 0.2em;
}
pre {
background-color: #F5F5F5;