http://www.screencast.com/t/ywVfBrLx
So this works okay, text though isn't uppercase
<Label cssClass="logo-label" textWrap="false">
<Label.formattedText>
<FormattedString>
<FormattedString.spans>
<Span text="{{ BrandPrefix }}" fontAttributes="Bold" cssClass="prefix" />
<Span text="{{ BrandPostfix }}" fontAttributes="Bold" foregroundColor="#bd5680" />
</FormattedString.spans>
</FormattedString>
</Label.formattedText>
</Label>
So when I add in text-transform: uppercase it's now uppercase, but I lose the purple on "Help"
http://www.screencast.com/t/ywVfBrLx
So this works okay, text though isn't uppercase
So when I add in text-transform: uppercase it's now uppercase, but I lose the purple on "Help"