Skip to content

Commit ffa2588

Browse files
committed
Merge commit '3b41f3256228ffb01225eab671ef301aa18337d7' into rollup
2 parents d29123b + 3b41f32 commit ffa2588

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/librustdoc/html/static/main.css

+5
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@ code, pre {
120120
font-family: "Source Code Pro", Menlo, Monaco, Consolas, "DejaVu Sans Mono", Inconsolata, monospace;
121121
white-space: pre-wrap;
122122
}
123+
.docblock code {
124+
background-color: #F5F5F5;
125+
border-radius: 3px;
126+
padding: 0 0.2em;
127+
}
123128
pre {
124129
background-color: #F5F5F5;
125130
padding: 14px;

0 commit comments

Comments
 (0)