about summary refs log tree commit diff
path: root/src/librustdoc/html/static/rustdoc.css
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-03-30 04:17:05 +0000
committerbors <bors@rust-lang.org>2018-03-30 04:17:05 +0000
commitd8a1bc73f742d5c1e747270bdc8b5a6e97ba3bb1 (patch)
tree59ac1ead4709d7b31c16dcab52e9511f905ae761 /src/librustdoc/html/static/rustdoc.css
parent15e8c5d8466ae40c1ef9b2a1d96f9cd2c4dcccf0 (diff)
parent67e0c2b52939de562fb06910295a6247750c11bc (diff)
Auto merge of #49489 - kennytm:rollup, r=kennytm
Rollup of 10 pull requests

- Successful merges: #49443, #49445, #49446, #49463, #49464, #49466, #49468, #49473, #49484, #49486
- Failed merges:
Diffstat (limited to 'src/librustdoc/html/static/rustdoc.css')
-rw-r--r--src/librustdoc/html/static/rustdoc.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css
index 949b41d3aea..31a501d24e7 100644
--- a/src/librustdoc/html/static/rustdoc.css
+++ b/src/librustdoc/html/static/rustdoc.css
@@ -109,7 +109,6 @@ h3.impl, h3.method, h4.method, h3.type, h4.type, h4.associatedconstant {
 	position: relative;
 }
 h3.impl, h3.method, h3.type {
-	margin-top: 15px;
 	padding-left: 15px;
 }
 
@@ -470,7 +469,10 @@ h4 > code, h3 > code, .invisible > code {
 	font-size: 0.8em;
 }
 
-.content .methods > div:not(.important-traits) { margin-left: 40px; }
+.content .methods > div:not(.important-traits) {
+	margin-left: 40px;
+	margin-bottom: 15px;
+}
 
 .content .impl-items .docblock, .content .impl-items .stability {
 	margin-bottom: .6em;