Rollup merge of #60380 - GuillaumeGomez:fix-line-number-display, r=Manishearth
Fix line number display in source view Fixes #60310. r? rust-lang/rustdoc cc @Manishearth screenshot of the fix: <img width="798" alt="Screenshot 2019-04-29 at 23 12 20" src="https://user-images.githubusercontent.com/3050060/56927541-b7286680-6ad4-11e9-9215-42dc4ef42691.png">
This commit is contained in:
commit
116dcff2c3
1 changed files with 4 additions and 0 deletions
|
|
@ -1113,6 +1113,10 @@ span.since {
|
|||
h1.fqn {
|
||||
overflow: initial;
|
||||
}
|
||||
|
||||
#main > .line-numbers {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media print {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue