Skip to content

Commit

Permalink
Rollup merge of rust-lang#105088 - notriddle:notriddle/search-results…
Browse files Browse the repository at this point in the history
…-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.
  • Loading branch information
matthiaskrgr authored Dec 1, 2022
2 parents a2e73d8 + 2405e60 commit e52fd6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustdoc/html/static/css/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,6 @@ so that we can apply CSS-filters to change the arrow color in themes */
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
display: block;
}

.search-results a:hover,
Expand Down

0 comments on commit e52fd6d

Please sign in to comment.