Skip to content

Commit

Permalink
Fix font-weight
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Jun 13, 2021
1 parent 60f1a2f commit a8318e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/librustdoc/html/static/rustdoc.css
Expand Up @@ -137,9 +137,9 @@ h1.fqn > .in-band > a:hover {
h2, h3, h4 {
border-bottom: 1px solid;
}
.impl, .method,
.type:not(.container-rustdoc), .associatedconstant,
.associatedtype {
.impl, .impl-items .method,
.impl-items .type, .impl-items .associatedconstant,
.impl-items .associatedtype {
flex-basis: 100%;
font-weight: 600;
margin-top: 16px;
Expand Down

0 comments on commit a8318e4

Please sign in to comment.