diff options
| author | Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> | 2022-10-12 22:13:26 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-12 22:13:26 +0530 |
| commit | dcf7052b13bb448fe384b60719bdde32ce2d086a (patch) | |
| tree | 2326b00e00a3576366d124f62666d8ff63cc0e93 | |
| parent | a9a5529eac770084cea00d786ad572e130112ddd (diff) | |
| parent | 46169e66583f6f2abf9136fff2b60aabaf1f4014 (diff) | |
| download | rust-dcf7052b13bb448fe384b60719bdde32ce2d086a.tar.gz rust-dcf7052b13bb448fe384b60719bdde32ce2d086a.zip | |
Rollup merge of #102936 - notriddle:notriddle/nav-sum, r=Dylan-DPC
rustdoc: remove unused CSS `nav.sum` This was added in 4fd061c426902b0904c65e64a3780b21f9ab3afb, but never actually used.
| -rw-r--r-- | src/librustdoc/html/static/css/rustdoc.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css index f5b0d15d733..894c7328b5f 100644 --- a/src/librustdoc/html/static/css/rustdoc.css +++ b/src/librustdoc/html/static/css/rustdoc.css @@ -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 { |
