diff options
| author | Michael Howell <michael@notriddle.com> | 2023-01-30 16:36:57 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2023-01-30 16:36:57 -0700 |
| commit | 31c14f6c5d0d970af3f7707b795ca3e0a2d528be (patch) | |
| tree | 3d1c4f9a36e6cd5743bbf9debda106a831ac4bdd | |
| parent | 001a77fac33f6560ff361ff38f661ff5f1c6bf85 (diff) | |
| download | rust-31c14f6c5d0d970af3f7707b795ca3e0a2d528be.tar.gz rust-31c14f6c5d0d970af3f7707b795ca3e0a2d528be.zip | |
rustdoc: remove unused CSS from `.setting-check`
These rules were needed for the mobile-style switches, but those were removed in 0f3ae6218ef1d9e9b14bf983b463785b14abc205
| -rw-r--r-- | src/librustdoc/html/static/css/settings.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/librustdoc/html/static/css/settings.css b/src/librustdoc/html/static/css/settings.css index c28cefebc8b..920f45c4bba 100644 --- a/src/librustdoc/html/static/css/settings.css +++ b/src/librustdoc/html/static/css/settings.css @@ -40,8 +40,6 @@ } .setting-check { - position: relative; - width: 100%; margin-right: 20px; display: flex; align-items: center; |
