https://bugzilla.wikimedia.org/show_bug.cgi?id=30630
ebraminio <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #16 from ebraminio <[email protected]> 2011-09-01 06:10:48 UTC --- I wrote that little JS on fa.wikipedia, I tried some CSS tricks that I knew. For example this: p > img.tex:first-child:last-child { display: block; text-align: left; } But there is some some problem here: 0) I don't think this is cross-browser compatible. 1) "display: block" not working well (a wrapper needed) so in this situation "text-align: left" has no effect I think. 2) This CSS can not find out there is some texts in that paragraph addition of equation. 3) Two (and more) equations in a paragraph will reject by this. -- 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
