diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2019-06-29 18:28:39 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2019-06-29 18:28:39 +0200 |
| commit | e861efd9f9ca45c1048a256812dfe8faffbb1367 (patch) | |
| tree | 827ab3a1275f2f7f45134400ae1d0c2e0f75d8ff | |
| parent | d3e2cec29225a46298ec4ebf082f34ebd7cfeecf (diff) | |
| download | rust-e861efd9f9ca45c1048a256812dfe8faffbb1367.tar.gz rust-e861efd9f9ca45c1048a256812dfe8faffbb1367.zip | |
Fix code block information icon position
| -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 0493bf7c5c0..59704dace4d 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -146,6 +146,10 @@ img { max-width: 100%; } +li { + position: relative; +} + .source .content { margin-top: 50px; max-width: none; |
