myillusions: (Default)
Myillusions ([personal profile] myillusions) wrote in [community profile] style_system2012-02-03 06:51 pm
Entry tags:

Questions for Modular

So I tried to do the color code change on the color for the nav. part of myillusions. I wanna get rid of that in the nav. part. Also how would I center the Navigation links. Is it also possible to center the comment links?
Thank you in advance
ninetydegrees: Art & Text: heart with aroace colors, "you are loved" (Default)

[personal profile] ninetydegrees 2012-02-04 05:35 pm (UTC)(link)
how would I center the Navigation links

Would you try this?

.module-navlinks {
left: 5%;
right: 5%;
text-align: center;
}

(As an aside note, this made me notice this module is absolutely positioned which it shouldn't as it makes styling more difficult; I've filed a bug and submitted a fix. Thanks!)