![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
I was hoping someone could help me with my current layout, the css is too advanced for me to get a handle on without messing it up.
I'm using rust, and i'd realllllly like it if the icons were inside the entry box, rather than off to the side.
everythingshiny

this
rather than
this

(but preferably with the 100px image & the border found in the second picture)
I'm using rust, and i'd realllllly like it if the icons were inside the entry box, rather than off to the side.
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)

this
rather than
this

(but preferably with the 100px image & the border found in the second picture)
no subject
Date: 2012-12-30 01:45 am (UTC).entry .userpic {
margin-left: 0 !important;
margin-right: ## !important;
margin-bottom: ## !important;
}
Put whatever you want for ## for the right and bottom margins (to control the spacing wrt your entry). If you don't mind the text being totally flush with the entry, you can leave those lines out. Otherwise probably something like .5em would be fine.
no subject
Date: 2012-12-30 01:47 am (UTC)thank you so much!!!!