Skip to content

Commit

Permalink
rustdoc: remove redundant CSS div.desc { display: block }
Browse files Browse the repository at this point in the history
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
notriddle committed Nov 30, 2022
1 parent 24606de commit 2405e60
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 @@ -896,7 +896,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 2405e60

Please sign in to comment.