Skip to content

Commit

Permalink
Remove unused CSS rule
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Aug 18, 2022
1 parent 9898793 commit 09396fc
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/librustdoc/html/static/css/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -840,20 +840,6 @@ nav.sub {
.source nav.sub {
margin-left: 32px;
}
nav.main {
padding: 20px 0;
text-align: center;
}
nav.main .current {
border-top: 1px solid var(--border-color);
border-bottom: 1px solid var(--border-color);
}
nav.main .separator {
border: 1px solid var(--border-color);
display: inline-block;
height: 23px;
margin: 0 20px;
}
nav.sum { text-align: right; }
nav.sub form { display: inline; }

Expand Down

0 comments on commit 09396fc

Please sign in to comment.