diff options
| author | bors <bors@rust-lang.org> | 2016-09-23 17:00:28 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-23 17:00:28 -0700 |
| commit | 5a71fb35fd0b45f6352a7355a699fe22c4e14634 (patch) | |
| tree | 1b83f4c699285fd3f06f81e0e54eaf99c21fe478 /src/librustdoc/html/static/rustdoc.css | |
| parent | ee959a8cbe8d2931546248ac61f278e38ae8bc68 (diff) | |
| parent | f342ece6d47d4fad07d3306ce0210a9927cb9b86 (diff) | |
| download | rust-5a71fb35fd0b45f6352a7355a699fe22c4e14634.tar.gz rust-5a71fb35fd0b45f6352a7355a699fe22c4e14634.zip | |
Auto merge of #36684 - GuillaumeGomez:rollup, r=GuillaumeGomez
Rollup of 7 pull requests - Successful merges: #36018, #36498, #36500, #36559, #36566, #36578, #36664 - Failed merges:
Diffstat (limited to 'src/librustdoc/html/static/rustdoc.css')
| -rw-r--r-- | src/librustdoc/html/static/rustdoc.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css index e2fb63fc7f9..9a6cded5b4c 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -1,3 +1,5 @@ +@import "normalize.css"; + /** * Copyright 2013 The Rust Project Developers. See the COPYRIGHT * file at the top-level directory of this distribution and at @@ -59,8 +61,6 @@ src: local('Source Code Pro Semibold'), url("SourceCodePro-Semibold.woff") format('woff'); } -@import "normalize.css"; - * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; @@ -284,7 +284,7 @@ h3.impl > .out-of-band { font-size: 21px; } -h4 > code, h3 > code, invisible > code { +h4 > code, h3 > code, .invisible > code { position: inherit; } @@ -459,7 +459,8 @@ a { .content .search-results td:first-child { padding-right: 0; } .content .search-results td:first-child a { padding-right: 10px; } -tr.result span.primitive::after { content: ' (primitive type)'; font-style: italic; color: black} +tr.result span.primitive::after { content: ' (primitive type)'; font-style: italic; color: black; +} body.blur > :not(#help) { filter: blur(8px); |
