Skip to content

Commit 60c98ce

Browse files
committedSep 19, 2022
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.
1 parent a37499a commit 60c98ce

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎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)
Please sign in to comment.