(bug 28561 - follow-up r4185) remove rule .small * {font-size: 94%} causes anything...
authorBrian Wolff <bawolff@users.mediawiki.org>
Fri, 15 Apr 2011 20:57:24 +0000 (20:57 +0000)
committerBrian Wolff <bawolff@users.mediawiki.org>
Fri, 15 Apr 2011 20:57:24 +0000 (20:57 +0000)
commit42e4bada90787e8eede12bd902feee9620e71bc2
tree306feafb92d4ee68f13e6e75a6909ae37c30645d
parent65bc5c6bb15216a29b461f7690465e1068890ec9
(bug 28561 - follow-up r4185) remove rule .small * {font-size: 94%} causes anything nested to be super-small

I'm not sure what the intent was, but this rule will make something like:
<span class="small">fo<b>o</b></span>
have the second o in foo be smaller then the first. Even without this rule, nested instances
of class="small" will still be smaller than a single instance, so it only causes weirdness.
RELEASE-NOTES
skins/chick/main.css
skins/common/oldshared.css
skins/monobook/main.css
skins/vector/screen.css