From fb7689f8eabebea54b11774c5d9d93358952955a Mon Sep 17 00:00:00 2001 From: Rapptz Date: Wed, 31 May 2017 14:50:31 -0400 Subject: [PATCH] Add some margin for supported operations sections. --- docs/_static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_static/style.css b/docs/_static/style.css index b6b369860..65fe9ca36 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -358,6 +358,7 @@ dd { .container.operations { padding: 10px; border: 1px solid #ddd; + margin-bottom: 20px; } .container.operations::before {