r107983 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107982‎ | r107983 | r107984 >
Date:01:29, 4 January 2012
Author:krinkle
Status:ok
Tags:
Comment:
[mediawiki.debug] display: inline-block; work-around for in IE7
* display: inline-block; is not supported by IE7
* Using standard work-around with triggering hasLayout (via zoom: 1;) on an inline element (only for IE7 through *hack)
Modified paths:
  • /trunk/phase3/resources/mediawiki/mediawiki.debug.css (modified) (history)

Diff [purge]

Index: trunk/phase3/resources/mediawiki/mediawiki.debug.css
@@ -61,6 +61,9 @@
6262 display: inline-block;
6363 padding: 10px 5px;
6464 font-size: 13px;
 65+ /* IE-hack for display: inline-block */
 66+ zoom: 1;
 67+ *display:inline;
6568 }
6669
6770 .mw-debug-panelink {
@@ -176,4 +179,4 @@
177180 /* Cheapo hack to hide the first 3 lines of the backtrace */
178181 .mw-debug-backtrace li:nth-child(-n+3) {
179182 display: none;
180 -}
\ No newline at end of file
 183+}

Status & tagging log