tropicsbear: Tadashi carrying Ainosuke bridal style (Default)
Bear ([personal profile] tropicsbear) wrote in [community profile] style_system2011-11-11 11:21 pm

Tag font size in sidebar

When you set your tags to display in your module as a cloud, is there a way to make them all uniform in size? Like, even if the tag is used more often than the others, they're all the same size.
ninetydegrees: Art: self-portrait (Default)

[personal profile] ninetydegrees 2011-11-11 04:21 pm (UTC)(link)
In most styles, including yours I think, this can be done via custom CSS:

.module-tags_cloud li {
font-size: 1em !important;
}