2011-03-20

jana: [Naruto] Sakura (Default)
[personal profile] jana2011-03-20 03:09 pm

Subtitle in Transmogrified

How do I add a journal's subtitle to a Transmogrified style/layout? I assume I'll have to create a theme layer and add some code there, or is there another way?
sally_maria: (Default)
Entry tags:

Extra spaces in my tag list

Last year, I posted about getting a comma-separated list for my tags, and somebody helped me to sort it out.

Somehow, though, changes in the site or my layout mean that it no longer works quite right, and I was hoping somebody might help me to fix it.

The problem is with the commas after each item - there is always a space first, so the commas look rather odd.

At the moment I'm using

.module-tags_cloud .module-list-item { font-size: 12pt !important; }
.module-tags_cloud .module-list-item:after{content: ", "; }
.module-tags_cloud .module-list-item:last-child:after{content: " "; }

Thank you for any help you can give me.