Fedora Spins download page markup

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Fedora Users]     [Linux ARM]     [ARM Kernel]     [Older Fedora Users]     [Fedora Advisory Board]     [Fedora Security]     [Fedora Devel Java]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Mentors]     [Fedora Package Announce]     [Fedora Package Review]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Coolkey]     [Yum Users]     [Yosemite News]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]

  Powered by Linux