mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-11 22:43:42 +00:00
Rollup merge of #102936 - notriddle:notriddle/nav-sum, r=Dylan-DPC
rustdoc: remove unused CSS `nav.sum`
This was added in 4fd061c426
, but never actually used.
This commit is contained in:
commit
dcf7052b13
@ -563,8 +563,6 @@ h2.location a {
|
||||
.rustdoc .example-wrap {
|
||||
display: flex;
|
||||
position: relative;
|
||||
}
|
||||
.rustdoc .example-wrap {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
/* For the last child of a div, the margin will be taken care of
|
||||
@ -718,7 +716,6 @@ nav.sub {
|
||||
.source nav.sub {
|
||||
margin-left: 32px;
|
||||
}
|
||||
nav.sum { text-align: right; }
|
||||
nav.sub form { display: inline; }
|
||||
|
||||
a {
|
||||
|
Loading…
Reference in New Issue
Block a user