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 @@
62
62
display: inline-block;
63
63
padding: 10px 5px;
64
64
font-size: 13px;
65
+ /* IE-hack for display: inline-block */
66
+ zoom: 1;
67
+ *display:inline;
65
68
}
66
69
67
70
.mw-debug-panelink {
—
—
@@ -176,4 +179,4 @@
177
180
/* Cheapo hack to hide the first 3 lines of the backtrace */
178
181
.mw-debug-backtrace li:nth-child(-n+3) {
179
182
display: none;
180
-}
\ No newline at end of file
183
+}
Status & tagging log
00:51, 18 January 2012
Siebrand
(
talk
|
contribs
)
changed the
tags
for r107983
[
removed:
core]
15:31, 11 January 2012
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r107983
[
removed:
new
added:
ok]
05:47, 5 January 2012
RobLa-WMF
(
talk
|
contribs
)
changed the
tags
for r107983
[
added:
core]