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:36 pm (UTC)(link)
Here's the customization wizard: http://www.dreamwidth.org/customize/options
Text, colors, fonts, positioning and other things can be customized here.

If you don't feel comfortable editing your layout layer, then I recommend pasting [personal profile] jana's code into you css. Easy as pie.
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.