rustdoc: simplify example-line-numbers CSS selector
This commit is contained in:
parent
0b97831af7
commit
9ca2ae3fa7
4 changed files with 4 additions and 4 deletions
|
|
@ -578,7 +578,7 @@ h2.location a {
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.example-wrap > pre.example-line-numbers {
|
||||
pre.example-line-numbers {
|
||||
overflow: initial;
|
||||
border: 1px solid;
|
||||
padding: 13px 8px;
|
||||
|
|
|
|||
|
|
@ -190,7 +190,7 @@ pre.rust .attribute {
|
|||
color: #e6e1cf;
|
||||
}
|
||||
|
||||
.example-wrap > pre.example-line-numbers {
|
||||
pre.example-line-numbers {
|
||||
color: #5c67736e;
|
||||
border: none;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -155,7 +155,7 @@ pre.rust .question-mark {
|
|||
color: #ff9011;
|
||||
}
|
||||
|
||||
.example-wrap > pre.example-line-numbers {
|
||||
pre.example-line-numbers {
|
||||
border-color: #4a4949;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -141,7 +141,7 @@ pre.rust .question-mark {
|
|||
color: #ff9011;
|
||||
}
|
||||
|
||||
.example-wrap > pre.example-line-numbers {
|
||||
pre.example-line-numbers {
|
||||
border-color: #c7c7c7;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue