Commit fa8b538b authored by henry's avatar henry
Browse files

fixup! Bug 16940: After update, load local change notes.

Bug 43081: Remove line-height for non-ASCII text.
parent a0b6927c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -32,6 +32,9 @@ body > *:not([hidden]) {

.content {
  grid-column: 2;
}

.content.en-US-content {
  font-family: monospace;
  line-height: 1.4;
}
+1 −0
Original line number Diff line number Diff line
@@ -77,6 +77,7 @@ function setContent(containerId, content, fillContent) {
  // Release notes are only in English.
  contentEl.setAttribute("lang", "en-US");
  contentEl.setAttribute("dir", "ltr");
  contentEl.classList.add("en-US-content");
  if (fillContent) {
    fillContent(contentEl, content);
  } else {