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

Bug#718307: www.debian.org: Download list architectures wrap incorrectly on hyphens



Package: www.debian.org
Severity: normal
Tags: patch

In the download list of architectures, architectures with dashes in their names currently can get split over multiple lines with their dash being considered a hyphen. Architecture names should be more atomic than that. A confusing break which I encountered was with 'kfreebsd-amd64', which broke at the dash with the 'amd64' fragment directly below the 'amd64' architecture link. This is a confusing situation.

This can be fixed with the following CSS:

ul.downlist li a {
	white-space: nowrap;
}

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.9-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


Reply to: