diff options
| author | Yuki Okushi <huyuumi.dev+love@gmail.com> | 2023-01-10 08:05:37 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-10 08:05:37 +0900 |
| commit | ed840a6c3b953c54e221951910bb33b351bec145 (patch) | |
| tree | 2ab7b0e29b02420554ca23da37925dfc8e71ac70 /src | |
| parent | 9bed3d96e6d3bcf4e085f44dc713092edf98e134 (diff) | |
| parent | 1c766d03a7ad534bfba62b61c65c2c1216a64264 (diff) | |
| download | rust-ed840a6c3b953c54e221951910bb33b351bec145.tar.gz rust-ed840a6c3b953c54e221951910bb33b351bec145.zip | |
Rollup merge of #106647 - notriddle:notriddle/a, r=GuillaumeGomez
rustdoc: merge common CSS for `a`
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustdoc/html/static/css/rustdoc.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css index 77401e8b76e..8ec4631f7d0 100644 --- a/src/librustdoc/html/static/css/rustdoc.css +++ b/src/librustdoc/html/static/css/rustdoc.css @@ -253,6 +253,7 @@ h1 a, a { color: var(--link-color); + text-decoration: none; } ol, ul { @@ -662,10 +663,6 @@ nav.sub { margin: 0 0 15px 0; } -a { - text-decoration: none; -} - .small-section-header { /* fields use <span> tags, but should get their own lines */ display: block; |
