Heya, I'm working on a quick custom theme to match my portfolio website. I want to display all of the tags used in all galleries using the printAllTagsAs function.
I want to use a list. My problem is that when I use the "list" feature there is css hard-coded into this function. (Specifically it's `style="display:inline; list-style-type:none"` Why is this? Shouldn't we be able to style it how we want it to look in our own theme files?
Comments