Skip to content

Commit

Permalink
Rollup merge of rust-lang#103388 - notriddle:notriddle/result-descrip…
Browse files Browse the repository at this point in the history
…tion, 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.
  • Loading branch information
notriddle committed Oct 22, 2022
2 parents dcfb161 + 2ac29f6 commit 0a7a334
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/librustdoc/html/static/css/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ so that we can apply CSS-filters to change the arrow color in themes */
flex-flow: row wrap;
}

.search-results .result-name, .search-results div.desc, .search-results .result-description {
.search-results .result-name, .search-results div.desc {
width: 50%;
}
.search-results .result-name {
Expand Down Expand Up @@ -1899,10 +1899,10 @@ in storage.js
border-bottom: 1px solid #aaa9;
padding: 5px 0px;
}
.search-results .result-name, .search-results div.desc, .search-results .result-description {
.search-results .result-name, .search-results div.desc {
width: 100%;
}
.search-results div.desc, .search-results .result-description, .item-right {
.search-results div.desc, .item-right {
padding-left: 2em;
}

Expand Down

0 comments on commit 0a7a334

Please sign in to comment.