From d1e4f5728c1e9bbd67f683ed4909e39df8d2f774 Mon Sep 17 00:00:00 2001 From: Martin Staffa Date: Mon, 28 Nov 2016 18:57:32 +0100 Subject: [PATCH] chore(docs-app): improve deprecation box layout Deprecated boxes for APIs appear right under the header and were missing a bit of margin. Boxes for methods still look good even with the additional margin. --- docs/app/assets/css/docs.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/app/assets/css/docs.css b/docs/app/assets/css/docs.css index 839f68637..c6d77c00e 100644 --- a/docs/app/assets/css/docs.css +++ b/docs/app/assets/css/docs.css @@ -662,6 +662,10 @@ ul.events > li { max-width: 100%; } +.deprecation { + margin-top: 15px; +} + .deprecation .title { float: left; margin-right: 5px;