rustdoc: remove no-op CSS .source .content { margin-left: 0 }
This rule originated in7669f04fb0
, 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 in135281ed15
.
This commit is contained in:
parent
54f20bbb8a
commit
1676a9ad61
1 changed files with 0 additions and 1 deletions
|
@ -348,7 +348,6 @@ img {
|
|||
.source .content {
|
||||
max-width: none;
|
||||
overflow: visible;
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
.sub-container {
|
||||
|
|
Loading…
Add table
Reference in a new issue