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:
commit
548c3eaa24
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user