![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
I'm fiddling with my layout a bit, and can't figure out how to modify some of elements of the comments. I'd like to:
1. Put some space between the "Select" tick box and the dotted line (screencap) SOLVED
2. Change the time and date font style SOLVED
3. Put some space between the "Edited xxx" information and the actual comment text SOLVED
Here's a sample comment thread from one of my entries if anyone needs to see it live.
Here's the CSS I'm using right now:
Here's a sample comment thread from one of my entries if anyone needs to see it live.
Here's the CSS I'm using right now:
Tags:
no subject
Date: 2014-01-27 01:31 pm (UTC).comment .footer {
margin-top: 3px; }
And just change the margin to whatever makes you feel comfortable.
3. Once again you can just add a margin before the Edited Comment text:
.edittime {
margin-top: 10px; }
Hope that was helpful!
no subject
Date: 2014-01-27 01:48 pm (UTC)My problem was mostly the fact that I didn't know what the code was for the parts I wanted to fiddle with hahaha.
no subject
Date: 2014-01-27 01:53 pm (UTC)no subject
Date: 2014-01-28 01:06 am (UTC)no subject
Date: 2014-01-28 02:39 am (UTC)