Rollup merge of #62238 - GuillaumeGomez:fix-code-block-information-icon-pos, r=QuietMisdreavus

Fix code block information icon position

Fixes #62118.

A screenshot of the fix:

<img width="720" alt="Screenshot 2019-06-29 at 18 28 59" src="https://user-images.githubusercontent.com/3050060/60386900-edb23b80-9a9b-11e9-9f4f-0f343674348c.png">

r? @rust-lang/rustdoc
This commit is contained in:
Mazdak Farrokhzad 2019-07-05 13:53:04 +02:00 committed by GitHub
commit 61256a8164
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -146,6 +146,10 @@ img {
max-width: 100%;
}
li {
position: relative;
}
.source .content {
margin-top: 50px;
max-width: none;