diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-12-29 15:56:52 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-12-29 15:56:52 +0100 |
| commit | 893c626d060880d29aec38c0e910f6a97dfda6f9 (patch) | |
| tree | b91624fa034853f19c35627598677498899f097d | |
| parent | 2acf6ee6d2ab3acf3f4d2117591ac1143c8232fe (diff) | |
| download | rust-893c626d060880d29aec38c0e910f6a97dfda6f9.tar.gz rust-893c626d060880d29aec38c0e910f6a97dfda6f9.zip | |
Use sans-serif font for the "all items" page links
| -rw-r--r-- | src/librustdoc/html/static/rustdoc.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css index 42e4fa05152..6a4e586fd4d 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -122,7 +122,9 @@ h3.impl, h3.method, h3.type { h1, h2, h3, h4, .sidebar, a.source, .search-input, .content table td:first-child > a, .collapse-toggle, div.item-list .out-of-band, -#source-sidebar, #sidebar-toggle { +#source-sidebar, #sidebar-toggle, +/* This selector is for the items listed in the "all items" page. */ +#main > ul.docblock > li > a { font-family: "Fira Sans", sans-serif; } |
