Skip to content

Commit 958a1ae

Browse files
committed
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.
1 parent b685242 commit 958a1ae

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

0 commit comments

Comments
 (0)