diff --git a/src/librustdoc/html/layout.rs b/src/librustdoc/html/layout.rs index 798cc6a612c..2c6f62060b2 100644 --- a/src/librustdoc/html/layout.rs +++ b/src/librustdoc/html/layout.rs @@ -72,7 +72,7 @@ r##"
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
diff --git a/src/librustdoc/html/static/main.css b/src/librustdoc/html/static/main.css
index aaebdc34cd4..21f1ccc5555 100644
--- a/src/librustdoc/html/static/main.css
+++ b/src/librustdoc/html/static/main.css
@@ -447,7 +447,6 @@ tr.result span.primitive::after { content: ' (primitive type)'; font-style: ital
#help {
background: #e9e9e9;
- border-radius: 4px;
box-shadow: 0 0 6px rgba(0,0,0,.2);
position: absolute;
top: 300px;
@@ -461,7 +460,7 @@ tr.result span.primitive::after { content: ' (primitive type)'; font-style: ital
#help dt {
float: left;
- border-radius: 3px;
+ border-radius: 4px;
border: 1px solid #bfbfbf;
background: #fff;
width: 23px;