Fix border radius for doc code blocks in rustdoc
This commit is contained in:
parent
fe62c6e295
commit
e55283ab8e
1 changed files with 2 additions and 2 deletions
|
@ -371,6 +371,8 @@ nav.sub {
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
padding: 13px 8px;
|
padding: 13px 8px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
border-top-left-radius: 5px;
|
||||||
|
border-bottom-left-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rustdoc:not(.source) .example-wrap > pre.rust {
|
.rustdoc:not(.source) .example-wrap > pre.rust {
|
||||||
|
@ -398,8 +400,6 @@ nav.sub {
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
-ms-user-select: none;
|
-ms-user-select: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
border-top-left-radius: 5px;
|
|
||||||
border-bottom-left-radius: 5px;
|
|
||||||
}
|
}
|
||||||
.line-numbers span {
|
.line-numbers span {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue