mediawiki-extensions-Visual.../modules/ve-mw/init/styles/ve.init.mw.IEHacks.css
James D. Forrester a1d75042c0 Update VE core submodule to master (fb57e24)
New changes:
7d8ed7f Copy in some IE CSS hacks from ve-mw
a2e962e Update OOjs UI to v0.1.0-pre (20c61ec865)
d99c62f Update OOjs UI to v0.1.0-pre (d4cfcce969)
7fe02b3 Fix lots of spelling mistakes and typos

Local changes:
Remove redundant IE CSS rules since core's I013688c5

Bug: 73565
Change-Id: Ic60cd5290932ec38fab26492fffa17c3a8e91398
2014-11-21 10:28:34 -08:00

15 lines
326 B
CSS

/* Force hasLayout so the <sup>'s box gets measured correctly */
.ve-ce-mwReferenceNode {
display: inline-block;
}
/* Undo overflow: hidden; from MW CSS to work around hasLayout issue */
.ve-ce-surface h1,
.ve-ce-surface h2,
.ve-ce-surface h3,
.ve-ce-surface h4,
.ve-ce-surface h5,
.ve-ce-surface h6 {
overflow: visible;
}