MyBB Community Forums

Full Version: Prefix Style (Not working)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys, I've got a "Flat" prefix style and for some-reason its not displaying correctly....

http://prntscr.com/6qqt91

Note:
I've tried clearing my cache to see if thats the issue, along with rebuilding the cache's on MyBB, but with no success.
URL- http://www.sizabletech.com/forum/forumdi...php?fid=23
<span class="flatprefix" style="color: white; background: #27ae60;">Buying</span>

.flatprefix 
{
 	 height: 4px;
    line-height: 4px;
    vertical-align: middle;
    display: inline-block;
    padding: 5px;
    font-size: 9px;
    font-weight: bold;
    color: white;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-repeat: repeat-x;
    background-position: 0 -1px;
    margin-bottom: 3PX;
}
Fixed. (Close the thread)