Skip to content

Commit c05c282

Browse files
authored
Rollup merge of rust-lang#103388 - notriddle:notriddle/result-description, r=GuillaumeGomez
rustdoc: remove unused CSS class `.result-description` It was added to the CSS in d8de2b4, but was never actually used in that PR.
2 parents d901b16 + 2ac29f6 commit c05c282

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/librustdoc/html/static/css/rustdoc.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ so that we can apply CSS-filters to change the arrow color in themes */
920920
flex-flow: row wrap;
921921
}
922922

923-
.search-results .result-name, .search-results div.desc, .search-results .result-description {
923+
.search-results .result-name, .search-results div.desc {
924924
width: 50%;
925925
}
926926
.search-results .result-name {
@@ -1899,10 +1899,10 @@ in storage.js
18991899
border-bottom: 1px solid #aaa9;
19001900
padding: 5px 0px;
19011901
}
1902-
.search-results .result-name, .search-results div.desc, .search-results .result-description {
1902+
.search-results .result-name, .search-results div.desc {
19031903
width: 100%;
19041904
}
1905-
.search-results div.desc, .search-results .result-description, .item-right {
1905+
.search-results div.desc, .item-right {
19061906
padding-left: 2em;
19071907
}
19081908

0 commit comments

Comments
 (0)