koredaze: (Default)
koredaze ([personal profile] koredaze) wrote in [community profile] style_system2010-10-31 08:39 pm

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.
ninetydegrees: Art & Text: heart with aroace colors, "you are loved" (Default)

[personal profile] ninetydegrees 2010-11-01 01:03 am (UTC)(link)
I was wondering if this was caused by a negative margin on the date container but couldn't test it because this seems to be a Safari-only bug. Anyway, would you try adding this CSS for me please?

.datetime-container {
margin-top: 0;
}

Otherwise, I think this should work:

.datetime-container {
margin-left: 125px;
}
Edited (Fey's already told you that. No need for me to repeat it then. :)) 2010-11-01 01:07 (UTC)
ninetydegrees: Art: does and waterfall (dear deer)

[personal profile] ninetydegrees 2010-11-01 11:18 am (UTC)(link)
Thank you for testing and reporting. I'll submit the first modification as a fix then.