diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2019-05-03 00:13:39 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2019-05-03 00:13:39 +0200 |
| commit | 2e20da5c2c5a09f3f9e2421b08ccdd8a054cdb91 (patch) | |
| tree | 9708684af8b4e2ae540890a9a1dadce556740e17 | |
| parent | 96d565be014d462e9bd235bb42ce768cabed16b5 (diff) | |
| download | rust-2e20da5c2c5a09f3f9e2421b08ccdd8a054cdb91.tar.gz rust-2e20da5c2c5a09f3f9e2421b08ccdd8a054cdb91.zip | |
Remove hamburger button from source code page
| -rw-r--r-- | src/librustdoc/html/static/rustdoc.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css index 53b08cf5697..959c862743c 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -1052,6 +1052,10 @@ span.since { height: 45px; } + .rustdoc.source > .sidebar > .sidebar-menu { + display: none; + } + .sidebar-elems { position: fixed; z-index: 1; |
