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

Download list architecture hyphenation



Hi,

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;
}

Cheers,
Tim

Reply to: