rustdoc: remove no-op CSS .source .content { margin-left: 0 }

This rule originated in 7669f04fb0, to
override the default, massive left margin that content used to accommodate
the sidebar:

7669f04fb0/src/librustdoc/html/static/main.css (L307-L309)

This massive left margin doesn't exist any more. It was replaced with a
flexbox-based sidebar layout in 135281ed15.
This commit is contained in:
Michael Howell 2022-09-16 10:41:09 -07:00
parent 54f20bbb8a
commit 1676a9ad61

View file

@ -348,7 +348,6 @@ img {
.source .content {
max-width: none;
overflow: visible;
margin-left: 0px;
}
.sub-container {