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

Bug#612577: *.debian.org: history/navigation bar always lowercase



Hi,

On Wed, Feb 09, 2011 at 10:56:17AM +0100, Luca Capello wrote:
> Package: www.debian.org
> Severity: minor
> 
> The text in the history/navigation bar (the one under "About Debian...")
> is always lowercase, while IMHO it should follow the hyperlink:
> e.g. "About Debian" should be shown as it is and not "about debian".

Once the breadcrumbs will include the full wml path, we should check the
rendering.
 
> I discovered that on the wiki, where this uppercase/lowercase is a bit
> more important:
> [before] DebianArt/Themes/SpaceFun » HALRemoval » OldPkgRemovals
>  [after] / Wiki / debianart/themes/spacefun / halremoval / oldpkgremovals

Speaking of the wiki, I'd agree with you.
 
> BTW, funny enough, if I select the text in the new bar and paste it in
> the browser navigation bar or in the terminal, the text is correct WRT
> to case but without spaces and the leading slash:
> 
>   Wiki/DebianArt/Themes/SpaceFun/HALRemoval/OldPkgRemovals

Because that's CSS:
#breadcrumbs {
[..]
        text-transform:lowercase;
}

#breadcrumbs:before {
[..]
        content: "/"; 
[..]
}

-- 
Simon Paillard



Reply to: