isak (
ravenmaw) wrote in
style_system2013-12-22 06:33 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
horizontal navigation in transmogrified styles?
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.
no subject
.module-navlinks ul {
padding: 0; }
no subject
i'm teaching myself CSS piecemeal as i get my head around how to make themes for dreamwidth, so i am a complete newbie here. :(
no subject
padding: 0;
to.module-navlinks li
instead of.module-navlinks ul
. Sorry if I confused you!Oh, neat. I'm always looking forward to seeing new themes at Dreamwidth.
no subject
i dunno if i'll be posting themes, but i'm having fun just tinkering with it!
EDIT: this is still ravenmaw, on the account i'm testing the theme on.
no subject
Ah, I see. Yeah, layouts are always fun to play around with.
I figured! Your layout looks really nice so far!