diff options
| author | Tor Hovland <tor.hovland@bekk.no> | 2021-04-21 21:33:48 +0200 |
|---|---|---|
| committer | Tor Hovland <tor.hovland@bekk.no> | 2021-04-21 21:33:48 +0200 |
| commit | bb91805acefa32c2aedb769b1afe1f154b8e5dca (patch) | |
| tree | 6d05187353ce3f02022a304d45d86e9f9e3302f2 /src | |
| parent | a10d01be22819f21ae0011390f71fa3c3902d1e4 (diff) | |
| download | rust-bb91805acefa32c2aedb769b1afe1f154b8e5dca.tar.gz rust-bb91805acefa32c2aedb769b1afe1f154b8e5dca.zip | |
Replaced flex gap with margin, for compatibility with older browsers.
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustdoc/html/static/rustdoc.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css index 415bb608911..213ca9ec9e3 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -117,7 +117,6 @@ h4:not(.method):not(.type):not(.tymethod):not(.associatedconstant) { } h1.fqn { display: flex; - gap: 8px; width: 100%; border-bottom: 1px dashed; margin-top: 0; @@ -465,6 +464,7 @@ h1.fqn > .out-of-band { float: unset; flex: 1; text-align: right; + margin-left: 8px; } h3.impl > .out-of-band { |
