We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 249ed26 + e55283a commit bc26defCopy full SHA for bc26def
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