diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2021-04-29 10:40:10 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2021-04-29 10:40:10 +0200 |
| commit | 8c0469552e879f6319f8f96db660bab9eae1de5c (patch) | |
| tree | 73bd12dfac7e6a96cfc3344c5cab8b5be0c3c30b /src | |
| parent | 76a04dd3f8b2500d9e524dca122814fd5a3e25e4 (diff) | |
| download | rust-8c0469552e879f6319f8f96db660bab9eae1de5c.tar.gz rust-8c0469552e879f6319f8f96db660bab9eae1de5c.zip | |
Remove unnecessary CSS rules for search results
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustdoc/html/static/rustdoc.css | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css index a024fa49b0e..3eda2bea7fe 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -385,13 +385,6 @@ nav.sub { position: relative; } -#results { - position: absolute; - right: 0; - left: 0; - overflow: auto; -} - #results > table { width: 100%; table-layout: fixed; |
