From b4c061660f7da956937cfd417bdd347613b9c27e Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Sun, 21 May 2017 04:35:26 +0100 Subject: [PATCH] Update to trait bounds CSS in rustdoc Fixed resubmission of #40719. --- src/librustdoc/html/static/rustdoc.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css index 570a1980782..969cc4eeda2 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -382,6 +382,8 @@ h4 > code, h3 > code, .invisible > code { .content .fn .where, .content .where.fmt-newline { display: block; + color: #4E4C4C; + font-size: 0.8em; } .content .methods > div { margin-left: 40px; }