![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Entry tags:
Icon for RSS feeds
I'm currently using the following CSS, which somebody posted a while ago, to put a userpic on RSS feeds on my reading page.
The only problem is that my style has userpics on the right, but this CSS makes the RSS userpic appear on the left, and it looks a little odd and takes up more screen - see on my reading page here.
Is there anything I can do to the CSS to make the userpic appear in the right place?
Thank you very much for any help you can give me.
.journal-type-Y .userpic { background: url(http://i6.photobucket.com/albums/y241/sally_maria/Mood%20Theme/dreamsheep_rss.png) no-repeat;
width:100px;
height:100px;
background-color:#000; }
The only problem is that my style has userpics on the right, but this CSS makes the RSS userpic appear on the left, and it looks a little odd and takes up more screen - see on my reading page here.
Is there anything I can do to the CSS to make the userpic appear in the right place?
Thank you very much for any help you can give me.