From 061da9886d7938066e7d32f0bdadf068e35afa42 Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Wed, 15 May 2019 12:55:59 -0500 Subject: [PATCH 1/2] Fix inconsistent indentation for inheritance info - Fixes #1687 --- lib/resources/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/resources/styles.css b/lib/resources/styles.css index 6584a75d74..9ad9955887 100644 --- a/lib/resources/styles.css +++ b/lib/resources/styles.css @@ -563,6 +563,7 @@ footer a, footer a:hover { background-image: none; content: ""; margin: 0; + padding: 0 0 0 0; } /* The slug line under a declaration for things like "const", "read-only", etc. */ From 7b92b02a13d26ffa741a1e043f2562db84ef32f8 Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Thu, 16 May 2019 13:27:07 -0500 Subject: [PATCH 2/2] Simply css and add to changelog --- CHANGELOG.md | 1 + lib/resources/styles.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 877a18073f..6d8917ce60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## 0.28.3+3 * Fix code highlighting in Dart after string interpolation(#1946, #1948) by updating the highlightjs dependency. +* Fix indentation of inheritance info to match others ## 0.28.3+2 * Support the latest version of `package:html`. diff --git a/lib/resources/styles.css b/lib/resources/styles.css index 9ad9955887..4af690d12c 100644 --- a/lib/resources/styles.css +++ b/lib/resources/styles.css @@ -563,7 +563,7 @@ footer a, footer a:hover { background-image: none; content: ""; margin: 0; - padding: 0 0 0 0; + padding: 0; } /* The slug line under a declaration for things like "const", "read-only", etc. */