koredaze (
koredaze) wrote in
style_system2010-10-31 08:39 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:
Date stamp covered
So I chose a layout where the date stamp gets covered if the icon is on the left. Due to artwork this is of course where I want the icon. I tweedled with the journal style so much, I really don't want to change it only because of this. I am however clueless about how to fix it.
no subject
.datetime-container {
margin-top: 0;
}
Otherwise, I think this should work:
.datetime-container {
margin-left: 125px;
}
no subject
margin-top: 0;
}
This worked
no subject
.datetime-container {
margin-left: 125px;
}
This also works, but unlike the first the date text is slightly to the left of the other text entered in the journal
no subject