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
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue