Skip to content

Commit 2405e60

Browse files
committed
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.
1 parent 24606de commit 2405e60

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
@@ -896,7 +896,6 @@ so that we can apply CSS-filters to change the arrow color in themes */
896896
white-space: nowrap;
897897
text-overflow: ellipsis;
898898
overflow: hidden;
899-
display: block;
900899
}
901900

902901
.search-results a:hover,

0 commit comments

Comments
 (0)