File tree 1 file changed +3
-3
lines changed
src/librustdoc/html/static/css
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -920,7 +920,7 @@ so that we can apply CSS-filters to change the arrow color in themes */
920
920
flex-flow : row wrap;
921
921
}
922
922
923
- .search-results .result-name , .search-results div .desc , . search-results . result-description {
923
+ .search-results .result-name , .search-results div .desc {
924
924
width : 50% ;
925
925
}
926
926
.search-results .result-name {
@@ -1899,10 +1899,10 @@ in storage.js
1899
1899
border-bottom : 1px solid # aaa9 ;
1900
1900
padding : 5px 0px ;
1901
1901
}
1902
- .search-results .result-name , .search-results div .desc , . search-results . result-description {
1902
+ .search-results .result-name , .search-results div .desc {
1903
1903
width : 100% ;
1904
1904
}
1905
- .search-results div .desc , .search-results . result-description , . item-right {
1905
+ .search-results div .desc , .item-right {
1906
1906
padding-left : 2em ;
1907
1907
}
1908
1908
You can’t perform that action at this time.
0 commit comments