We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe62c6e commit e55283aCopy full SHA for e55283a
src/librustdoc/html/static/rustdoc.css
@@ -371,6 +371,8 @@ nav.sub {
371
border: 1px solid;
372
padding: 13px 8px;
373
text-align: right;
374
+ border-top-left-radius: 5px;
375
+ border-bottom-left-radius: 5px;
376
}
377
378
.rustdoc:not(.source) .example-wrap > pre.rust {
@@ -398,8 +400,6 @@ nav.sub {
398
400
-moz-user-select: none;
399
401
-ms-user-select: none;
402
user-select: none;
- border-top-left-radius: 5px;
- border-bottom-left-radius: 5px;
403
404
.line-numbers span {
405
cursor: pointer;
0 commit comments