First time here? Check out the FAQ!

Revision history  [back]

Now we have language code included as class on the html body element, so for languages other than english just add another class qualifier to the style source code.

For example:

body.lang-de #navBadges {
       width:   60px;
}

We should really have these fixes in the default skin.

Now we have language code included as class on the html body element, so for languages other than english just add another class qualifier to the your custom style source code.

For example:

body.lang-de #navBadges {
       width:   60px;
}

We should really have these fixes in the default skin.