diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-02-09 14:43:44 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-02-09 14:43:44 +0100 |
| commit | 6aad08f13ffba2a18428c4f5ad03977bc1503f5d (patch) | |
| tree | 22b097e18b810b53005b3a582fce8d176b014ec9 /src/librustdoc/html/static/css/rustdoc.css | |
| parent | 1f0a96862ac9d4c6ca3e4bb500c8b9eac4d83049 (diff) | |
| download | rust-6aad08f13ffba2a18428c4f5ad03977bc1503f5d.tar.gz rust-6aad08f13ffba2a18428c4f5ad03977bc1503f5d.zip | |
Unify headings indent and remove useless anchor
Diffstat (limited to 'src/librustdoc/html/static/css/rustdoc.css')
| -rw-r--r-- | src/librustdoc/html/static/css/rustdoc.css | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css index 04112c9779b..78e7c97d71d 100644 --- a/src/librustdoc/html/static/css/rustdoc.css +++ b/src/librustdoc/html/static/css/rustdoc.css @@ -1141,16 +1141,6 @@ a.test-arrow { a.test-arrow:hover{ text-decoration: none; } -.section-header:hover a:before { - position: absolute; - left: -25px; - padding-right: 10px; /* avoid gap that causes hover to disappear */ - content: '\2002\00a7\2002'; -} - -.section-header:hover a { - text-decoration: none; -} .code-attribute { font-weight: 300; @@ -1196,17 +1186,6 @@ h3.variant { margin-top: 3px; } -.top-doc .docblock > .section-header:first-child { - margin-left: 15px; -} -.top-doc .docblock > .section-header:first-child:hover > a:before { - left: -10px; -} - -.docblock > .section-header:first-child { - margin-top: 0; -} - :target > code, :target > .code-header { opacity: 1; } |
