diff options
| author | Michael Howell <michael@notriddle.com> | 2023-05-22 16:41:52 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2023-05-22 16:46:29 -0700 |
| commit | 24913bd768e3aa1bab4f0ba8a9310e965c17fae0 (patch) | |
| tree | 6b26b44632fdffcb3ec83be427706bf4fcc58e43 /src/librustdoc | |
| parent | 5570fdae88cc93579cf2a03e9e2211051b0ef263 (diff) | |
| download | rust-24913bd768e3aa1bab4f0ba8a9310e965c17fae0.tar.gz rust-24913bd768e3aa1bab4f0ba8a9310e965c17fae0.zip | |
rustdoc: remove unneeded `position: relative` setting CSS
This was added to control percentage sizes, in 79956b96e875e6ba2bfa551fabda6b7896f988ac Now, the only percentage size is [`border-radius`], which is based on the size of the box itself, not its containing block. This leaves the property unused. [`border-radius`]: https://developer.mozilla.org/en-US/docs/Web/CSS/border-radius
Diffstat (limited to 'src/librustdoc')
| -rw-r--r-- | src/librustdoc/html/static/css/settings.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/css/settings.css b/src/librustdoc/html/static/css/settings.css index ff46ccee6c6..c1324c0760e 100644 --- a/src/librustdoc/html/static/css/settings.css +++ b/src/librustdoc/html/static/css/settings.css @@ -1,6 +1,5 @@ .setting-line { margin: 1.2em 0.6em; - position: relative; } .setting-radio input, .setting-check input { |
