diff options
| author | Alex Ozdemir <aozdemir@hmc.edu> | 2016-05-20 19:21:35 -0700 |
|---|---|---|
| committer | Alex Ozdemir <aozdemir@hmc.edu> | 2016-05-20 19:43:47 -0700 |
| commit | ab09fbca234d491fbd09857eb414d2586d283c67 (patch) | |
| tree | 5640d975868d9b8776ca77ffaff57139eed39a19 /src/librustdoc/html/static/rustdoc.css | |
| parent | 179539f6eb61f75244a0dde641b6e4e09c0921ec (diff) | |
| download | rust-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.css | 2 |
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 { |
