Skip to content

Commit e284393

Browse files
Rollup merge of rust-lang#101877 - notriddle:notriddle/block, r=Dylan-DPC
rustdoc: remove no-op CSS `.block { padding: 0 }` This rule was changed in 8fb1250 from the original version that had a non-zero padding. It's not needed, because it's not overriding anything that would've given `.block` a padding.
2 parents c21dcd7 + 7c8e4ef commit e284393

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

-3
Original file line numberDiff line numberDiff line change
@@ -497,9 +497,6 @@ img {
497497
font-weight: 500;
498498
}
499499

500-
.block {
501-
padding: 0;
502-
}
503500
.block ul, .block li {
504501
padding: 0;
505502
margin: 0;

0 commit comments

Comments
 (0)