Skip to content

Commit

Permalink
Rollup merge of #101877 - notriddle:notriddle/block, r=Dylan-DPC
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
GuillaumeGomez authored Sep 16, 2022
2 parents c21dcd7 + 7c8e4ef commit e284393
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/librustdoc/html/static/css/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -497,9 +497,6 @@ img {
font-weight: 500;
}

.block {
padding: 0;
}
.block ul, .block li {
padding: 0;
margin: 0;
Expand Down

0 comments on commit e284393

Please sign in to comment.