raanve (
raanve) wrote in
style_system2012-06-19 01:03 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Entry tags:
Funky Circles: Icon Position on Comments
Hello, all. I asked this on my own journal, but none of my friends knew the answer, so I was hoping someone here could help!
I looks as if something is slightly broken with the Funky Circles layout, and I can't figure out how to fix it. It seems to be a new development. (Like, within the last 2-3 weeks.)
If you look at a comment, you can probably see the issue -- that user icons are sitting lower than they should, and that this obscures comment text. This issue happens regardless of whether you select the option to have the userpic on the left or the right. This seems to be occurring in all the browsers I have access to. It also doesn't appear to me isolated to my (slightly modified) layout -- when I preview my journal with other Funky Circles themes, I get the same thing.
I am a total CSS n00b, so I can't see what's what when I look at the source code on an entry. Anyone got any ideas?
Thanks!
I looks as if something is slightly broken with the Funky Circles layout, and I can't figure out how to fix it. It seems to be a new development. (Like, within the last 2-3 weeks.)
If you look at a comment, you can probably see the issue -- that user icons are sitting lower than they should, and that this obscures comment text. This issue happens regardless of whether you select the option to have the userpic on the left or the right. This seems to be occurring in all the browsers I have access to. It also doesn't appear to me isolated to my (slightly modified) layout -- when I preview my journal with other Funky Circles themes, I get the same thing.
I am a total CSS n00b, so I can't see what's what when I look at the source code on an entry. Anyone got any ideas?
Thanks!
no subject
no subject
no subject
.has-userpic.no-subject .entry-title,
.has-userpic.no-subject .comment-title {
min-height: 1.25em;
}
.contents .poster {
margin-bottom: 27px;
}
no subject
no subject
.has-userpic.no-subject .entry-title,
.has-userpic.no-subject .comment-title {
min-height: 1.2em;
}
.has-userpic .comment-title {
margin: .25em 0;
padding: .25em 0;
}
no subject
no subject
no subject
no subject