ravenmaw: (Default)
isak ([personal profile] ravenmaw) wrote in [community profile] style_system2013-12-22 06:33 pm

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:

.module-navlinks li {
display:inline;
}


and for some reason it did not take.

[personal profile] ex_awakened208 2013-12-22 05:38 pm (UTC)(link)
You also need to have this:

.module-navlinks ul {
padding: 0; }

[personal profile] ex_awakened208 2013-12-22 06:00 pm (UTC)(link)
Looking at your css it seems that you've added 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.
amourtician: (Default)

[personal profile] amourtician 2013-12-22 06:19 pm (UTC)(link)
yeah, i got it to work!

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.
Edited 2013-12-22 18:19 (UTC)

[personal profile] ex_awakened208 2013-12-22 06:31 pm (UTC)(link)
Yay!

Ah, I see. Yeah, layouts are always fun to play around with.

I figured! Your layout looks really nice so far!