https://bugzilla.wikimedia.org/show_bug.cgi?id=57436
Michael M. <listenle...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |listenle...@gmail.com --- Comment #4 from Michael M. <listenle...@gmail.com> --- I'd say that WikiData is the component this bug belongs to. Here are the relevant styles: The headline is a <h1 class="wb-value-row wb-firstHeading"><span class="wb-value">Foo</span></h1> (plus lots of other classes and ids, but these are the relevant ones). Normal Vector styles are h1 { font-size: 188%; } Beta Vector styles are #content h1 { font-size: 1.833em; } (which is almost the same, but more specific) WikiData styles are .wb-value-row { font-size: 100%; } .wb-firstHeading .wb-value { font-size: 188%; } So in normal Vector the .wb-value-row style overrides the style for h1, and the headline ends up at font-size: 188%, while in Beta the font-size: 100% do not override the 1.833em;, and the final size is 1.833em * 188% = 345%. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l