It looks like you're new here. If you want to get involved, click one of these buttons!
div.Tags ul.PanelInfo li a {
font-weight: bold;
float: none;
}
.Tags .PanelInfo li {
background: rgba(246, 218, 168, .2);
display: inline-block;
margin: 2px 0;
padding: 5px 3px;
text-align: left;
line-height: 100%;
border: solid 1px #EED3A2;
-moz-border-radius: 3px;
}
.Tags li a {
float: none;
}
.Count {
background: none repeat scroll 0 0 #744000;
color: #FEF7DF;
padding: 0 3px;
-moz-border-radius: 3px;
}
Comments
forums/plugins/Tagging/design/tag.css
So add it to the design folder css file above.
♥ I love Vanilla. VanillaSkins | on Twitter | on Facebook | Available Freelance | Take the Vanilla Test | Free Downloads
I'm trying to get the tags into a cloud like here on vanillaforums.org, instead of being a 2 foot long list.
I just added the above CSS to the file you suggested, but it still didnt change anything.
IT WORKED
My text editor wasn't saving the changes for some reason. Finally got it to cooperate and it works. Thanks much for your help 422 :)