Skip to content

Commit dcf7052

Browse files
authored
Rollup merge of #102936 - notriddle:notriddle/nav-sum, r=Dylan-DPC
rustdoc: remove unused CSS `nav.sum` This was added in 4fd061c, but never actually used.
2 parents a9a5529 + 46169e6 commit dcf7052

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: src/librustdoc/html/static/css/rustdoc.css

-3
Original file line numberDiff line numberDiff line change
@@ -563,8 +563,6 @@ h2.location a {
563563
.rustdoc .example-wrap {
564564
display: flex;
565565
position: relative;
566-
}
567-
.rustdoc .example-wrap {
568566
margin-bottom: 10px;
569567
}
570568
/* For the last child of a div, the margin will be taken care of
@@ -718,7 +716,6 @@ nav.sub {
718716
.source nav.sub {
719717
margin-left: 32px;
720718
}
721-
nav.sum { text-align: right; }
722719
nav.sub form { display: inline; }
723720

724721
a {

0 commit comments

Comments
 (0)