diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2018-03-06 22:05:41 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2018-03-09 17:45:44 +0100 |
| commit | 89f4f1bca1267ae42fcd2aa85dcdf5d348565038 (patch) | |
| tree | cc393ff8cbc688c9e95d8dbc4fa97044f4d886f3 /src | |
| parent | 9e0ccc5a479644bf35ffe04717d6e100fde74fcc (diff) | |
| download | rust-89f4f1bca1267ae42fcd2aa85dcdf5d348565038.tar.gz rust-89f4f1bca1267ae42fcd2aa85dcdf5d348565038.zip | |
Fix anchor not always being put at the right place
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustdoc/html/static/rustdoc.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css index b70dc37fdd5..8060fbc1ee0 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -528,6 +528,9 @@ a { .anchor.field { left: -5px; } +.small-section-header > .anchor { + left: -28px; +} .anchor:before { content: '\2002\00a7\2002'; } |
