Skip to content

Commit

Permalink
Rollup merge of #105388 - notriddle:notriddle/item-stab-font-size, r=…
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
matthiaskrgr authored Dec 6, 2022
2 parents 280501d + 958a1ae commit 2ee1573
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 @@ -1014,7 +1014,6 @@ so that we can apply CSS-filters to change the arrow color in themes */
.import-item .stab {
border-radius: 3px;
display: inline-block;
font-size: 0.875rem;
line-height: 1.2;
margin-bottom: 0;
margin-left: 0.3125em;
Expand Down

0 comments on commit 2ee1573

Please sign in to comment.