Hi website team, Fedora Spins download page [1] have a problem in Japanese. h3 header strings "Direct Download" are displayed at wrong position as an attachment (in Japanese). As far as I looked, this problem occurs in particular language (like Japanese). By my understanding, span element is inline element, so it may be related with this problem. An inline element can't include block element like h4. Alternatively, using div block element looks good. Can you change HTML as below (and related CSS) for all spins download page? -- - <h3>Torrent Download</h3> - <span class="download-option" id="opt1"> - ... - </span> - <span class="download-option" id="opt2"> - ... - </span> - <h3>Direct Download</h3> + <h3>Torrent Download</h3> + <div class="download-option" id="opt1"> + ... + </div> + <div class="download-option" id="opt2"> + ... + </div> + <h3>Direct Download</h3> -- [1] http://spins.fedoraproject.org/ja/design/#downloads --tomo
Attachment:
download.png
Description: Binary data
Attachment:
download_OK.png
Description: Binary data
-- websites mailing list websites@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/websites