Skip to content

Commit 2ee1573

Browse files
authored
Rollup merge of #105388 - notriddle:notriddle/item-stab-font-size, r=GuillaumeGomez
rustdoc: remove redundant CSS `.import-item .stab { font-size }` This sets the exact same font size that `.stab` has by default anyway. It used to be slightly different, but dd5ff42 made it identical.
2 parents 280501d + 958a1ae commit 2ee1573

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
@@ -1014,7 +1014,6 @@ so that we can apply CSS-filters to change the arrow color in themes */
10141014
.import-item .stab {
10151015
border-radius: 3px;
10161016
display: inline-block;
1017-
font-size: 0.875rem;
10181017
line-height: 1.2;
10191018
margin-bottom: 0;
10201019
margin-left: 0.3125em;

0 commit comments

Comments
 (0)