ninetydegrees (90d)☕ (
ninetydegrees
) wrote
in
style_system
2010-08-10 07:02 pm (UTC)
no subject
Hmm. This worked for me:
.ljsyndicationlink + p {
margin-top: 2em;
}
Edit: argh! No good since it also applies to the content p. *thinks some more*
Ah! This seems to work better:
.syndicationauthor + p + p {
margin-top: 5em;
}
(
7 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
]
no subject
.ljsyndicationlink + p {
margin-top: 2em;
}
Edit: argh! No good since it also applies to the content p. *thinks some more*
Ah! This seems to work better:
.syndicationauthor + p + p {
margin-top: 5em;
}