Rollup merge of - GuillaumeGomez:remove-outline, r=QuietMisdreavus

Remove outline when details have focus

r? @rust-lang/docs

(the green outline annoyed me a bit)
This commit is contained in:
Corey Farwell 2017-08-23 08:44:24 -04:00 committed by GitHub
commit 4902e6714f

View File

@ -126,6 +126,10 @@ p {
margin: 0 0 .6em 0;
}
summary {
outline: none;
}
code, pre {
font-family: "Source Code Pro", Menlo, Monaco, Consolas, "DejaVu Sans Mono", Inconsolata, monospace;
white-space: pre-wrap;