Skip to content

Commit

Permalink
Rollup merge of #102936 - notriddle:notriddle/nav-sum, r=Dylan-DPC
Browse files Browse the repository at this point in the history
rustdoc: remove unused CSS `nav.sum`

This was added in 4fd061c, but never actually used.
  • Loading branch information
Dylan-DPC authored Oct 12, 2022
2 parents a9a5529 + 46169e6 commit dcf7052
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/librustdoc/html/static/css/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -563,8 +563,6 @@ h2.location a {
.rustdoc .example-wrap {
display: flex;
position: relative;
}
.rustdoc .example-wrap {
margin-bottom: 10px;
}
/* For the last child of a div, the margin will be taken care of
Expand Down Expand Up @@ -718,7 +716,6 @@ nav.sub {
.source nav.sub {
margin-left: 32px;
}
nav.sum { text-align: right; }
nav.sub form { display: inline; }

a {
Expand Down

0 comments on commit dcf7052

Please sign in to comment.