https://bugzilla.wikimedia.org/show_bug.cgi?id=16324
Splarka <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|divs/pre generated by |html generated by GeSHi |SyntaxHighlight <source> |SyntaxHighlight <source> |does not have a consistent |does not have a consistent |class. |class. --- Comment #1 from Splarka <[email protected]> 2009-06-24 05:50:45 UTC --- Probably fixed in r52346. class="mw-geshi" will appear on outermost div or span. Should now be possible to re-add the dashed border with: div.mw-geshi {padding: 1em;border: 1px dashed #2f6fab;} Note that removing the border from the <pre> is still typically correct, as it isn't the optimal place to re-add it if multiple pre exist in a code block (as in some situations/versions). -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
