1
Fork 0

Fix warning position in rustdoc code blocks

This commit is contained in:
Guillaume Gomez 2017-09-23 14:06:35 +02:00
parent 1cdd68922d
commit e30abfbfe7

View file

@ -815,7 +815,7 @@ span.since {
.information {
position: absolute;
left: -1px;
left: -20px;
margin-top: 7px;
}