Skip to content

Commit 548c3ea

Browse files
authored
Rollup merge of #102005 - notriddle:notriddle/td-summary-column, r=Dylan-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.
2 parents 1e1baab + 60c98ce commit 548c3ea

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: src/librustdoc/html/static/css/rustdoc.css

-4
Original file line numberDiff line numberDiff line change
@@ -1152,10 +1152,6 @@ so that we can apply CSS-filters to change the arrow color in themes */
11521152
font-size: 1rem;
11531153
}
11541154

1155-
td.summary-column {
1156-
width: 100%;
1157-
}
1158-
11591155
.summary {
11601156
padding-right: 0px;
11611157
}

0 commit comments

Comments
 (0)