-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-rustdoc-uiArea: Rustdoc UI (generated HTML)Area: Rustdoc UI (generated HTML)T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Description
In Rustdoc's CSS, the docblock
class generally applies to "Markdown-generated HTML that came from the user." However, right now it's also used in a few other places: the item-decl
uses it, and the "All Items" page uses it. This makes maintaining the CSS more complicated, because changes that are expected to affect only one type of node actually affect many.
We should remove the docblock
class from item-decl
and anywhere else that isn't Markdown-generated documentation, and adjust styles as needed.
Metadata
Metadata
Assignees
Labels
A-rustdoc-uiArea: Rustdoc UI (generated HTML)Area: Rustdoc UI (generated HTML)T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.