about summary refs log tree commit diff
path: root/src/librustdoc/html/static/rustdoc.css
diff options
context:
space:
mode:
authorAlex Ozdemir <aozdemir@hmc.edu>2016-05-20 19:21:35 -0700
committerAlex Ozdemir <aozdemir@hmc.edu>2016-05-20 19:43:47 -0700
commitab09fbca234d491fbd09857eb414d2586d283c67 (patch)
tree5640d975868d9b8776ca77ffaff57139eed39a19 /src/librustdoc/html/static/rustdoc.css
parent179539f6eb61f75244a0dde641b6e4e09c0921ec (diff)
downloadrust-ab09fbca234d491fbd09857eb414d2586d283c67.tar.gz
rust-ab09fbca234d491fbd09857eb414d2586d283c67.zip
Added a `rustdoc` shortcut for collapse/expand all
Now when the user presses the "+" key all sections will collapse/expand.

Also added a note to the help screen which describes this behavior.
Diffstat (limited to 'src/librustdoc/html/static/rustdoc.css')
-rw-r--r--src/librustdoc/html/static/rustdoc.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css
index a52a914fea6..8e4245d4ebf 100644
--- a/src/librustdoc/html/static/rustdoc.css
+++ b/src/librustdoc/html/static/rustdoc.css
@@ -472,7 +472,7 @@ body.blur > :not(#help) {
     background: #e9e9e9;
     box-shadow: 0 0 6px rgba(0,0,0,.2);
     width: 550px;
-    height: 300px;
+    height: 330px;
     border: 1px solid #bfbfbf;
 }
 #help dt {