diff options
| author | Will Crichton <wcrichto@cs.stanford.edu> | 2021-10-06 21:43:40 -0700 |
|---|---|---|
| committer | Will Crichton <wcrichto@cs.stanford.edu> | 2021-10-06 21:43:40 -0700 |
| commit | 5584c795975e9cc07884b479c7cb7aef2f47c231 (patch) | |
| tree | ed710152c2c54a982050c5e74eb0526a402294dd /src/librustdoc/html/static/css/rustdoc.css | |
| parent | ed8e12fd242f2d35b4d1a72155c4f8f4eb05be43 (diff) | |
| download | rust-5584c795975e9cc07884b479c7cb7aef2f47c231.tar.gz rust-5584c795975e9cc07884b479c7cb7aef2f47c231.zip | |
Update to latest rustc and rustdoc styles
Diffstat (limited to 'src/librustdoc/html/static/css/rustdoc.css')
| -rw-r--r-- | src/librustdoc/html/static/css/rustdoc.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css index b7d9a30beb1..7ebeffe85dd 100644 --- a/src/librustdoc/html/static/css/rustdoc.css +++ b/src/librustdoc/html/static/css/rustdoc.css @@ -2071,6 +2071,10 @@ details.undocumented[open] > summary::before { background: #f6fdb0; } +.more-examples-toggle { + margin-top: 10px; +} + .more-examples-toggle summary { color: #999; font-family: 'Fira Sans'; @@ -2106,10 +2110,6 @@ details.undocumented[open] > summary::before { height: 100%; } -h1 + .scraped-example { - margin-bottom: 10px; -} - .more-scraped-examples .scraped-example { margin-bottom: 20px; } |
