Skip to content

Commit b0357ac

Browse files
committed
Rollup merge of #23231 - killercup:patch-7, r=Manishearth
Fixes #23230. I think these are the only places I need to update. r? @steveklabnik
2 parents 0a90cf9 + c2fe7c4 commit b0357ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustdoc/html/static/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ h2 {
8383
h3 {
8484
font-size: 1.3em;
8585
}
86-
h1, h2, h3:not(.impl):not(.method):not(.type), h4:not(.method):not(.type) {
86+
h1, h2, h3:not(.impl):not(.method):not(.type):not(.tymethod), h4:not(.method):not(.type):not(.tymethod) {
8787
color: black;
8888
font-weight: 500;
8989
margin: 20px 0 15px 0;
@@ -93,7 +93,7 @@ h1.fqn {
9393
border-bottom: 1px dashed #D5D5D5;
9494
margin-top: 0;
9595
}
96-
h2, h3:not(.impl):not(.method):not(.type), h4:not(.method):not(.type) {
96+
h2, h3:not(.impl):not(.method):not(.type):not(.tymethod), h4:not(.method):not(.type):not(.tymethod) {
9797
border-bottom: 1px solid #DDDDDD;
9898
}
9999
h3.impl, h3.method, h4.method, h3.type, h4.type {

0 commit comments

Comments
 (0)