Joy (
wide_worlds_joy
) wrote
in
dreamscapes
2009-10-24 08:10 pm (UTC)
Re: Two-column-left
Okay, found it.
The styling for the top nav is defined in
.module-navlinks ul, .module-navlinks li
I have this as the CSS in there now:
font-weight: bold;
font-variant: small-caps;
display: inline;
padding: 1em;
text-align: center;
As opposed to your modified stylesheet which says
font-weight: bold;
display: inline;
padding: 0.2em 1em 0.2em 0.5em;
for the same section.
The padding element seems to be the key.
The
secondary module-header
you mention above controls the groupings on the sidebar, "filters" "network" "syndicate" and so on.
(
23 comments
)
Post a comment in response:
From:
Anonymous
This account has disabled anonymous posting.
OpenID
Identity URL:
Log in?
Dreamwidth account
Account name
Password
Log in?
If you don't have an account you can
create one now
.
Subject
HTML doesn't work in the subject.
Formatting type
Casual HTML
Markdown
Raw HTML
Rich Text Editor
Message
[
Home
|
Post Entry
|
Log in
|
Search
|
Browse Options
|
Site Map
]
Re: Two-column-left
The styling for the top nav is defined in .module-navlinks ul, .module-navlinks li
I have this as the CSS in there now:
font-weight: bold;
font-variant: small-caps;
display: inline;
padding: 1em;
text-align: center;
As opposed to your modified stylesheet which says
font-weight: bold;
display: inline;
padding: 0.2em 1em 0.2em 0.5em;
for the same section.
The padding element seems to be the key.
The secondary module-header you mention above controls the groupings on the sidebar, "filters" "network" "syndicate" and so on.