![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
hello!
i'm picking away at CSS for a theme for the transmogrified style (modules at the top and bottom, no sidebars) and for the life of me, i can't figure out how to make the navigation links display horizontally, inline and not as a bullet list.
i tried this:
and for some reason it did not take.
i'm picking away at CSS for a theme for the transmogrified style (modules at the top and bottom, no sidebars) and for the life of me, i can't figure out how to make the navigation links display horizontally, inline and not as a bullet list.
i tried this:
.module-navlinks li {
display:inline;
}
and for some reason it did not take.