Rollup merge of #106556 - notriddle:notriddle/margin-left-content-mobile, r=GuillaumeGomez

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

This rule was added to override non-zero left margin on `.content`, which was removed in 135281ed15 and the margin-left was put on the docblock.
This commit is contained in:
Matthias Krüger 2023-01-07 20:43:23 +01:00 committed by GitHub
commit 98ad442946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1651,10 +1651,6 @@ in storage.js
margin-top: 1em;
}
.content {
margin-left: 0px;
}
.anchor {
display: none !important;
}