about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2022-12-08 17:38:07 -0700
committerMichael Howell <michael@notriddle.com>2022-12-08 17:38:07 -0700
commit90da11d9afbc258ffa7bea146a6f0e0a09ae583d (patch)
treeb28cff5cd045480bc9d109dcd1bf0e308776bb1e /src
parent7632db0e87d8adccc9a83a47795c9411b1455855 (diff)
downloadrust-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.
Diffstat (limited to 'src')
-rw-r--r--src/librustdoc/html/static/css/rustdoc.css1
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;