Skip to content

Commit 9faec96

Browse files
authored
Rollup merge of rust-lang#62238 - GuillaumeGomez:fix-code-block-information-icon-pos, r=QuietMisdreavus
Fix code block information icon position Fixes rust-lang#62118. A screenshot of the fix: <img width="720" alt="Screenshot 2019-06-29 at 18 28 59" src="https://user-images.githubusercontent.com/3050060/60386900-edb23b80-9a9b-11e9-9f4f-0f343674348c.png"> r? @rust-lang/rustdoc
2 parents 006f23c + e861efd commit 9faec96

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/librustdoc/html/static/rustdoc.css

+4
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,10 @@ img {
146146
max-width: 100%;
147147
}
148148

149+
li {
150+
position: relative;
151+
}
152+
149153
.source .content {
150154
margin-top: 50px;
151155
max-width: none;

0 commit comments

Comments
 (0)