mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 16:54:01 +00:00
Rollup merge of #103388 - notriddle:notriddle/result-description, r=GuillaumeGomez
rustdoc: remove unused CSS class `.result-description`
It was added to the CSS in d8de2b4c33
, but was never actually used in that PR.
This commit is contained in:
commit
0c146d71fb
@ -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 {
|
||||
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user