diff options
| author | Michael Howell <michael@notriddle.com> | 2022-12-08 17:38:07 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2022-12-08 17:38:07 -0700 |
| commit | 90da11d9afbc258ffa7bea146a6f0e0a09ae583d (patch) | |
| tree | b28cff5cd045480bc9d109dcd1bf0e308776bb1e | |
| parent | 7632db0e87d8adccc9a83a47795c9411b1455855 (diff) | |
| download | rust-90da11d9afbc258ffa7bea146a6f0e0a09ae583d.tar.gz rust-90da11d9afbc258ffa7bea146a6f0e0a09ae583d.zip | |
rustdoc: remove no-op mobile CSS `#sidebar-toggle { text-align }`
Since 8b001b4da0716936e0ca32303cc0e3c5e53e42f8 make the sidebar toggle a flex container, and already centers its content in desktop mode, this rule doesn't do anything.
| -rw-r--r-- | src/librustdoc/html/static/css/rustdoc.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css index 11136179607..22e7558b2fa 100644 --- a/src/librustdoc/html/static/css/rustdoc.css +++ b/src/librustdoc/html/static/css/rustdoc.css @@ -1748,7 +1748,6 @@ in storage.js top: 100px; width: 30px; font-size: 1.5rem; - text-align: center; padding: 0; z-index: 10; border-top-right-radius: 3px; |
