Skip to content

Commit 7c8e4ef

Browse files
committed
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.
1 parent 35a0407 commit 7c8e4ef

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
@@ -498,9 +498,6 @@ img {
498498
font-weight: 500;
499499
}
500500

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

0 commit comments

Comments
 (0)