![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
The one thing I miss on Dreamwidth is that I really want my tags to display as a comma-separated list, rather than a cloud or a long list. I was able to do that on LJ with somebody else's custom CSS, but unfortunately I don't know enough to be able to adapt it.
I'm currently using a Crossroads theme and if I could get all the text to display the same size as the smallest for the cloud setting, that would be great.
Is there anyone who has done this, or would be able to help me set it up?
Thank you very much in advance.
I'm currently using a Crossroads theme and if I could get all the text to display the same size as the smallest for the cloud setting, that would be great.
Is there anyone who has done this, or would be able to help me set it up?
Thank you very much in advance.
Tags:
no subject
Date: 2010-06-09 03:43 pm (UTC).module-tags_cloud .module-list-item { font-size: 10pt !important; }
(and replace the size with what you want), if I was being smarter.no subject
Date: 2010-06-09 03:50 pm (UTC)Thank you very much for your help. It's great not having to scroll down so far to see everything.
no subject
Date: 2010-06-13 09:35 am (UTC).module-tags_cloud .module-list-item:before{content: ", "; }
.module-tags_cloud .module-list-item:first-child:before{content: " "; }
no subject
Date: 2010-06-13 09:44 am (UTC)It would be even better if I could work out how to take out the space between the tag and the comma, so they didn't occasionally run onto the next line, but it still looks better with them there at all.
Thank you very much for your help.
no subject
Date: 2010-06-13 10:12 am (UTC).module-tags_cloud .module-list-item:after{content: ", "; }
.module-tags_cloud .module-list-item:last-child:after{content: " "; }
I'd copied the other css from a different layout (not on DW) where I use it as a workaround, but this solution here makes much more sense. And it works too :)
no subject
Date: 2010-06-13 10:32 am (UTC)Thank you again for your help - it's just these little tweaks that let me go from pretty happy with my layout to really happy. :-)