![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
I'm sorry to bother you guys with this again, but I'm trying to have comma separated list of tags in my sidebar.
Last year changes in the code introduced an annoying extra space before the comma and
marahmarie very kindly wrote me some CSS to fix the problem - see the entry here.
I've recently switched layout to one of the new Strata themes and the code no longer works - there are no commas showing at all.
I tried reverting to the old version of the CSS
and the commas reappear, but still with the annoying extra space.
Does anyone have any idea what's going wrong and any suggestions about how to fix it? I tried changing the "margin-left" figure to .4 and it didn't seem to have any effect, but I don't really understand how that bit of the code is working, so it's hard to know how to change it.
Last year changes in the code introduced an annoying extra space before the comma and
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
.module-tags_cloud .module-list-item { font-size: 12pt !important; }
.module-tags_cloud .module-list-item:after{content: ","!important; margin-left:-.2em!important;}
.module-tags_cloud .module-list-item:last-child:after { content: ""!important;}
I've recently switched layout to one of the new Strata themes and the code no longer works - there are no commas showing at all.
I tried reverting to the old version of the CSS
.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: " "; }
and the commas reappear, but still with the annoying extra space.
Does anyone have any idea what's going wrong and any suggestions about how to fix it? I tried changing the "margin-left" figure to .4 and it didn't seem to have any effect, but I don't really understand how that bit of the code is working, so it's hard to know how to change it.
Tags:
no subject
Date: 2012-07-03 09:08 pm (UTC)no subject
Date: 2012-07-03 09:18 pm (UTC)no subject
Date: 2012-07-03 10:48 pm (UTC)no subject
Date: 2012-07-04 07:42 pm (UTC)I do have one other problem to sort out - the code I'm using to put icons on feed entries doesn't work quite right with this new layout - but it's less annoying than the absent commas.