Skip to content

Commit 3dd7009

Browse files
committed
rustdoc: remove redundant CSS selector .notable-traits .notable
The margin was already being set to 0 only a few lines lower.
1 parent 0a6b941 commit 3dd7009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/css/rustdoc.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1302,7 +1302,7 @@ h3.variant {
13021302
content: "\00a0\00a0\00a0";
13031303
}
13041304

1305-
.notable-traits .notable, .notable-traits .docblock {
1305+
.notable-traits .docblock {
13061306
margin: 0;
13071307
}
13081308

0 commit comments

Comments
 (0)