diff options
| author | Vitaly _Vi Shukela <vi0oss@gmail.com> | 2017-10-01 15:54:50 +0300 |
|---|---|---|
| committer | Vitaly _Vi Shukela <vi0oss@gmail.com> | 2017-10-01 16:20:56 +0300 |
| commit | 67c9af590d88ae96e612307e4e5b8ef8fe5fe2ab (patch) | |
| tree | 00ed4ccfe9ed6dd102f7fb91f1a0596ddedef235 /src | |
| parent | d892e985b086214a56146323b356236600809355 (diff) | |
| download | rust-67c9af590d88ae96e612307e4e5b8ef8fe5fe2ab.tar.gz rust-67c9af590d88ae96e612307e4e5b8ef8fe5fe2ab.zip | |
rustdoc: Style of [src] link for trait implementors
A change suggested by @GuillaumeGomez and @QuietMisdreavus. Also slight reindenting of the appropriate CSS section.
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustdoc/html/static/rustdoc.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css index 1b7232bf1bc..27574e67bc8 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -111,7 +111,10 @@ h3.impl, h3.method, h4.method, h3.type, h4.type, h4.associatedconstant { h3.impl, h3.method, h3.type { margin-top: 15px; } -h1, h2, h3, h4, .sidebar, a.source, .search-input, .content table :not(code)>a, .collapse-toggle { + +h1, h2, h3, h4, +.sidebar, a.source, .search-input, .content table :not(code)>a, +.collapse-toggle, ul.item-list > li > .out-of-band { font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; } @@ -310,6 +313,10 @@ h4.method > .out-of-band { font-size: 19px; } +ul.item-list > li > .out-of-band { + font-size: 19px; +} + h4 > code, h3 > code, .invisible > code { position: inherit; } |
