diff options
| author | Michael Howell <michael@notriddle.com> | 2022-09-15 17:16:59 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2022-09-15 17:16:59 -0700 |
| commit | 7c8e4ef49d21e3f79b60f6546cfb5181bb3b2592 (patch) | |
| tree | 062a5d7d1f5cfa4818fc238e3803a7564d19d7b4 /src/librustdoc/html/static/css | |
| parent | 35a0407814a6b5a04f0929105631e9c69e293e9d (diff) | |
| download | rust-7c8e4ef49d21e3f79b60f6546cfb5181bb3b2592.tar.gz rust-7c8e4ef49d21e3f79b60f6546cfb5181bb3b2592.zip | |
rustdoc: remove no-op CSS `.block { padding: 0 }`
This rule was changed in 8fb1250aba8135679463351a3813c04ae45bf311 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.
Diffstat (limited to 'src/librustdoc/html/static/css')
| -rw-r--r-- | src/librustdoc/html/static/css/rustdoc.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css index 8bfaaf21c8e..ad1fd738a20 100644 --- a/src/librustdoc/html/static/css/rustdoc.css +++ b/src/librustdoc/html/static/css/rustdoc.css @@ -498,9 +498,6 @@ img { font-weight: 500; } -.block { - padding: 0; -} .block ul, .block li { padding: 0; margin: 0; |
