Rollup merge of #102005 - notriddle:notriddle/td-summary-column, r=Dylan-DPC

rustdoc: remove unused CSS `td.summary-column`

It was added in 2a1bad70dd9bc99d8db54964108b42da8f4e9fbd to go with this module summary function:

2a1bad70dd/src/librustdoc/html/format.rs (L767-L780)

The corresponding HTML was removed in 0a46933c4d81573e78ce16cd215ba155a3114fce.
This commit is contained in:
Matthias Krüger 2022-09-19 17:55:23 +02:00 committed by GitHub
commit 548c3eaa24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1152,10 +1152,6 @@ so that we can apply CSS-filters to change the arrow color in themes */
font-size: 1rem;
}
td.summary-column {
width: 100%;
}
.summary {
padding-right: 0px;
}