Update New and Noteworthy

Change-Id: I521278f0d40f94f8e50cb087d7341e32bdb2cbbc
diff --git a/noteworthy/noteworthy.html b/noteworthy/noteworthy.html
index 5055333..b414f6b 100644
--- a/noteworthy/noteworthy.html
+++ b/noteworthy/noteworthy.html
@@ -953,31 +953,25 @@
 </div>
 </div>
 <div class="sect3">
-<h4 id="improved-coloring-of-links-in-code-element-information-in-the-dark-theme"><a class="anchor" href="#improved-coloring-of-links-in-code-element-information-in-the-dark-theme"></a>Improved coloring of links in code element information in the dark theme</h4>
-<div class="paragraph">
-<p>The colors of links in code element information control now takes the color settings of the <strong>Hyperlink text color</strong> and the <strong>Active hyperlink text color</strong> from the <strong>Colors &amp; Fonts</strong> preference page into account. The readability in the dark theme has been improved a lot by this.</p>
-</div>
-<div class="paragraph">
-<p>Before:<br>
-image::images/element_info_before.png[before]</p>
-</div>
-<div class="paragraph">
-<p>After:<br>
-image::images/element_info_after.png[after]</p>
-</div>
-</div>
-<div class="sect3">
 <h4 id="improved-coloring-of-inherited-members-in-the-quick-outline-in-the-dark-theme"><a class="anchor" href="#improved-coloring-of-inherited-members-in-the-quick-outline-in-the-dark-theme"></a>Improved coloring of inherited members in the Quick Outline in the dark theme</h4>
 <div class="paragraph">
 <p>The Eclipse default dark theme now includes styling of inherited members in JDT&#8217;s <strong>Quick Outline</strong>. This improves readability in the dark theme a lot. The color can be configured via the <strong>Java &gt; Inherited Members</strong> color definition on the <strong>Colors and Fonts</strong> preference page.</p>
 </div>
 <div class="paragraph">
-<p>Before:<br>
-image::images/inherited_before.png[before]</p>
+<p>Before:</p>
+</div>
+<div class="imageblock">
+<div class="content">
+<img src="./images/inherited_before.png" alt="before">
+</div>
 </div>
 <div class="paragraph">
-<p>After:<br>
-image::images/inherited_after.png[after]</p>
+<p>After:</p>
+</div>
+<div class="imageblock">
+<div class="content">
+<img src="./images/inherited_after.png" alt="after">
+</div>
 </div>
 </div>
 </div>
@@ -1826,7 +1820,7 @@
 </div>
 </div>
 <div class="sect3">
-<h4 id="improved-coloring-of-links-in-code-element-information-in-the-dark-theme-2"><a class="anchor" href="#improved-coloring-of-links-in-code-element-information-in-the-dark-theme-2"></a>Improved coloring of links in code element information in the dark theme</h4>
+<h4 id="improved-coloring-of-links-in-code-element-information-in-the-dark-theme"><a class="anchor" href="#improved-coloring-of-links-in-code-element-information-in-the-dark-theme"></a>Improved coloring of links in code element information in the dark theme</h4>
 <div class="paragraph">
 <p>The colors of links in code element information controls now take the color settings of the "Hyperlink text color" and the "Active hyperlink text color" from the "Colors &amp; Fonts" preference page into account. The readability in the dark theme has been improved a lot by this.</p>
 </div>
diff --git a/noteworthy/source/jdt.adoc b/noteworthy/source/jdt.adoc
index 2d394f3..e7eb46d 100644
--- a/noteworthy/source/jdt.adoc
+++ b/noteworthy/source/jdt.adoc
@@ -405,28 +405,18 @@
 
 image::images/java-syntax-dark.png[image]
 
-[[link-in-element-info-jdt]]
-[[improved-coloring-of-links-in-code-element-information-in-the-dark-theme]]
-=== Improved coloring of links in code element information in the dark theme
-
-The colors of links in code element information control now takes the color settings of the *Hyperlink text color* and the *Active hyperlink text color* from the *Colors & Fonts* preference page into account. The readability in the dark theme has been improved a lot by this.
-
-Before: +
-image::images/element_info_before.png[before]
-
-After: +
-image::images/element_info_after.png[after]
-
 [[inherited-members-quick-outline-jdt]]
 [[improved-coloring-of-inherited-members-in-the-quick-outline-in-the-dark-theme]]
 === Improved coloring of inherited members in the Quick Outline in the dark theme
 
 The Eclipse default dark theme now includes styling of inherited members in JDT's **Quick Outline**. This improves readability in the dark theme a lot. The color can be configured via the *Java > Inherited Members* color definition on the *Colors and Fonts* preference page.
 
-Before: +
+Before:
+
 image::images/inherited_before.png[before]
 
-After: +
+After:
+
 image::images/inherited_after.png[after]
 
 [[JavaViewsAndDialogs]]