Skip to content

Commit 3ec9a6d

Browse files
authored
Rollup merge of #105088 - notriddle:notriddle/search-results-div-desc, r=GuillaumeGomez
rustdoc: remove redundant CSS `div.desc { display: block }` DIV tags have block display by default. It is from when this rule used to target a SPAN tag, but became redundant in 4bd6748.
2 parents adec7ee + 2405e60 commit 3ec9a6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,6 @@ so that we can apply CSS-filters to change the arrow color in themes */
894894
white-space: nowrap;
895895
text-overflow: ellipsis;
896896
overflow: hidden;
897-
display: block;
898897
}
899898

900899
.search-results a:hover,

0 commit comments

Comments
 (0)