diff options
| author | ggomez <guillaume1.gomez@gmail.com> | 2016-05-06 18:47:12 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2016-05-05 22:58:24 +0200 |
| commit | cdca0843779eed0b9046e9fee48c91458ad51605 (patch) | |
| tree | ecc32cf978a022c47eb69f3af90edc6fb3c1bd0a /src/librustdoc/html/static/styles | |
| parent | 083c3952e0d5473cd5c41a9eb7b4ffca18cc8e5f (diff) | |
| download | rust-cdca0843779eed0b9046e9fee48c91458ad51605.tar.gz rust-cdca0843779eed0b9046e9fee48c91458ad51605.zip | |
Improve rustdoc css of "source" and "since" elements
Diffstat (limited to 'src/librustdoc/html/static/styles')
| -rw-r--r-- | src/librustdoc/html/static/styles/main.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/librustdoc/html/static/styles/main.css b/src/librustdoc/html/static/styles/main.css index 5c073860f08..59b2ff7e3d6 100644 --- a/src/librustdoc/html/static/styles/main.css +++ b/src/librustdoc/html/static/styles/main.css @@ -26,6 +26,9 @@ h1.fqn { h2, h3:not(.impl):not(.method):not(.type):not(.tymethod), h4:not(.method):not(.type):not(.tymethod) { border-bottom-color: #DDDDDD; } +.in-band, code { + background-color: white; +} .docblock code { background-color: #F5F5F5; |
