about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2019-06-29 18:28:39 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2019-06-29 18:28:39 +0200
commite861efd9f9ca45c1048a256812dfe8faffbb1367 (patch)
tree827ab3a1275f2f7f45134400ae1d0c2e0f75d8ff
parentd3e2cec29225a46298ec4ebf082f34ebd7cfeecf (diff)
downloadrust-e861efd9f9ca45c1048a256812dfe8faffbb1367.tar.gz
rust-e861efd9f9ca45c1048a256812dfe8faffbb1367.zip
Fix code block information icon position
-rw-r--r--src/librustdoc/html/static/rustdoc.css4
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;