diff options
| author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-11-05 22:44:35 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-05 22:44:35 -0500 | 
| commit | b62c48822eeea948c0d78c5730f20793838d59da (patch) | |
| tree | f5cd20ae70f5477513591b02a21a9ab9d6992c6f /ext | |
| parent | 3216a9e2633ce8b0790f5b4d3e891cb69e4f47c4 (diff) | |
Use <strong> styling for list keys (#991)
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/bg/pitch-accents-preview.html | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/ext/bg/pitch-accents-preview.html b/ext/bg/pitch-accents-preview.html index bc6d44ae..3adae422 100644 --- a/ext/bg/pitch-accents-preview.html +++ b/ext/bg/pitch-accents-preview.html @@ -20,19 +20,19 @@  <ul>      <li> -        <em>Downstep notation</em> - +        <strong>Downstep notation</strong> -          <span class="format-preview">              <span class="term-pitch-accent-characters"><span class="term-pitch-accent-character" data-position="0" data-pitch="high" data-pitch-next="low"><span class="term-pitch-accent-character-inner">よ</span></span><span class="term-pitch-accent-character" data-position="1" data-pitch="low" data-pitch-next="low"><span class="term-pitch-accent-character-inner">む</span></span></span>          </span>      </li>      <li> -        <em>Downstep position</em> - +        <strong>Downstep position</strong> -          <span class="format-preview">              <span class="term-pitch-accent-position">1</span>          </span>      </li>      <li> -        <em>Graph</em> - +        <strong>Graph</strong> -          <span class="format-preview">              <span class="term-pitch-accent-details">                  <svg class="term-pitch-accent-graph" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 100"> |