diff options
| author | Michael Howell <michael@notriddle.com> | 2023-01-06 22:21:54 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2023-01-06 22:21:54 -0700 |
| commit | a7ac923088e6088be6c16c27dd9dca07bad7a391 (patch) | |
| tree | 46a0a52f88b1293b9a44c61fa40debbe4a076909 | |
| parent | 0fb8b72ce49997d60a631e921d2cf5be9ca229e6 (diff) | |
| download | rust-a7ac923088e6088be6c16c27dd9dca07bad7a391.tar.gz rust-a7ac923088e6088be6c16c27dd9dca07bad7a391.zip | |
rustdoc: remove no-op mobile CSS `.content { margin-left: 0 }`
This rule was added to override non-zero left margin on `.content`, which was removed in 135281ed1525db15edd8ebd092aa10aa40df2386 and the margin-left was put on the docblock.
| -rw-r--r-- | src/librustdoc/html/static/css/rustdoc.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css index 05a12d3d4d4..c1ed0ccef88 100644 --- a/src/librustdoc/html/static/css/rustdoc.css +++ b/src/librustdoc/html/static/css/rustdoc.css @@ -1655,10 +1655,6 @@ in storage.js margin-top: 1em; } - .content { - margin-left: 0px; - } - .anchor { display: none !important; } |
