diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2018-02-04 13:38:39 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2018-02-04 13:38:39 +0100 |
| commit | c26abe75bcc4201c8f94d278f9da8645c4a8f718 (patch) | |
| tree | 617c62b7e7617fb29c607286262011ce2f2b95cf | |
| parent | dde361128157a0845fb51d11dcd121c3491dd4a7 (diff) | |
| download | rust-c26abe75bcc4201c8f94d278f9da8645c4a8f718.tar.gz rust-c26abe75bcc4201c8f94d278f9da8645c4a8f718.zip | |
Fix not selectable search input
| -rw-r--r-- | src/librustdoc/html/static/rustdoc.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css index cb6f5d836b8..fc5444b6b78 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -884,6 +884,11 @@ span.since { margin-left: 0px; } + #main { + margin-top: 50px; + padding: 0; + } + .content .in-band { width: 100%; } |
