Skip to content

Commit

Permalink
Rollup merge of #102005 - notriddle:notriddle/td-summary-column, r=Dy…
Browse files Browse the repository at this point in the history
…lan-DPC

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

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

https://github.com/rust-lang/rust/blob/2a1bad70dd9bc99d8db54964108b42da8f4e9fbd/src/librustdoc/html/format.rs#L767-L780

The corresponding HTML was removed in 0a46933.
  • Loading branch information
matthiaskrgr authored Sep 19, 2022
2 parents 1e1baab + 60c98ce commit 548c3ea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/librustdoc/html/static/css/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 548c3ea

Please sign in to comment.