tropicsbear: Tadashi carrying Ainosuke bridal style (Default)
Bear ([personal profile] tropicsbear) wrote in [community profile] style_system2014-01-27 06:10 pm
Entry tags:

Text display in comments

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:

[personal profile] ex_awakened208 2014-01-27 01:31 pm (UTC)(link)
1. I think it'd be the easiest to just ad a bit of margin to the content beneath the dotted line itself, you can do that with:

.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!

[personal profile] ex_awakened208 2014-01-27 01:53 pm (UTC)(link)
You're welcome! :)
foxfirefey: A fox colored like flame over an ornately framed globe (Default)

[personal profile] foxfirefey 2014-01-28 01:06 am (UTC)(link)
#2 -- looks like this is already true?