Skip to content

Commit

Permalink
rustdoc: remove no-op CSS .block { padding: 0 }
Browse files Browse the repository at this point in the history
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
notriddle committed Sep 16, 2022
1 parent 35a0407 commit 7c8e4ef
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 @@ -498,9 +498,6 @@ img {
font-weight: 500;
}

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

0 comments on commit 7c8e4ef

Please sign in to comment.