Auto merge of #30680 - wesleywiser:rustdoc_image_max_width, r=steveklabnik

Fixes #24861
This commit is contained in:
bors 2016-01-05 08:37:06 +00:00
commit 3a6c6c8e01

View File

@ -143,6 +143,10 @@ pre {
padding: 20px;
}
img {
max-width: 100%;
}
.content.source {
margin-top: 50px;
max-width: none;