Aldro ([personal profile] aldro) wrote in [community profile] style_system2010-10-19 04:26 pm

Metadata

I'm back with yet another question. I feel like I am spamming this community... My sincere apologies.

I would like to seperate my currents (the tags to be specific) with a comma. Right now, there's just a blank space, which is a little confusing. However, I don't know what to edit in my CSS. Any help is greatly appreciated.

Here's my CSS.

mmmag: A cotton cloud with drop shaped beads dangling below. (Default)

[personal profile] mmmag 2010-10-19 03:58 pm (UTC)(link)
What [personal profile] jana meant was to add .ljtags :after { content: ","; } to your css. It adds a comma to your tags. That's what content: ","; means. If you want to use another separator, you replace the comma with the separator you want to use instead. You can add the code anywhere in your css, but if you'd like to keep things organized I recommend adding it to the section that says "TAGS AND TAGS-PAGE".
mmmag: A cotton cloud with drop shaped beads dangling below. (Default)

[personal profile] mmmag 2010-10-19 04:28 pm (UTC)(link)
No problem! Glad it worked out for you.