I'm having the reverse problem with Firefox tags -- my list tags are being displayed in multiple sizes as if in a cloud. I'm helping a friend with a new layout for her journal. See what I mean
HERE. Not only does it make the high usages larger, even more frustrating is that it makes the others so small they're barely legible. I'm currently working with a modified Mixit layout, and I have a Plus account.
The CSS Code
/* --- tags --- */
.asset-tags-header { color: #000000; font-family: arial; font-weight: 300; font-size: 0.8em; text-transform: lowercase;
display: block; float: left;
width: 3.5em; /* matches .asset-tags-content width */
margin: 0px; padding: 10px;
font-size: 0.8em !important;
}
.asset-tags-list {margin: 0 0 0 3.5em; padding: 10px; list-style-type: none; text-transform: uppercase; font-size: .8em; border:1px solid #cccccc; background: #ffffff;;}
.asset-tags-list li {display: inline; padding-right: 5px;}
.asset-tags-list a {white-space: normal; color: #4198ac;!important;}
Also, I really love the search capability you have on the main page for this community. I can't seem to find any information about it though and have a few questions: Is it available to paid members only? Can it be added to any LJ layout, or Expressive/Mixit only? Where can I find more information, or the coding for it?