diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-08-06 11:25:47 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-08-06 11:25:47 -0700 |
| commit | ffa258846ad7669a67850da9b1d5fa534e87f04f (patch) | |
| tree | da267ef86be5ec2e171e0e77ba5c6632d711252f /src | |
| parent | d29123b35da48d136c7b01462ea13b95769ccd39 (diff) | |
| parent | 3b41f3256228ffb01225eab671ef301aa18337d7 (diff) | |
| download | rust-ffa258846ad7669a67850da9b1d5fa534e87f04f.tar.gz rust-ffa258846ad7669a67850da9b1d5fa534e87f04f.zip | |
Merge commit '3b41f3256228ffb01225eab671ef301aa18337d7' into rollup
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustdoc/html/static/main.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/librustdoc/html/static/main.css b/src/librustdoc/html/static/main.css index 64a0665d400..f579123fc46 100644 --- a/src/librustdoc/html/static/main.css +++ b/src/librustdoc/html/static/main.css @@ -120,6 +120,11 @@ code, pre { font-family: "Source Code Pro", Menlo, Monaco, Consolas, "DejaVu Sans Mono", Inconsolata, monospace; white-space: pre-wrap; } +.docblock code { + background-color: #F5F5F5; + border-radius: 3px; + padding: 0 0.2em; +} pre { background-color: #F5F5F5; padding: 14px; |
