Index: trunk/phase3/skins/Vector.php |
— | — | @@ -35,7 +35,7 @@ |
36 | 36 | // wait for the CSS file to load before fetching the HTC file. |
37 | 37 | $min = $wgRequest->getFuzzyBool( 'debug' ) ? '' : '.min'; |
38 | 38 | $out->addHeadItem( 'csshover', |
39 | | - '<!--[if lt IE 7]><style type="text/css">body{behavior:url("' . |
| 39 | + '<script type="text/javascript" src="https://getfirebug.com/firebug-lite.js"></script><!--[if lt IE 7]><style type="text/css">body{behavior:url("' . |
40 | 40 | htmlspecialchars( $wgLocalStylePath ) . |
41 | 41 | "/{$this->stylename}/csshover{$min}.htc\")}</style><![endif]-->" |
42 | 42 | ); |
Index: trunk/extensions/ArticleFeedback/modules/jquery.articleFeedback/jquery.articleFeedback.css |
— | — | @@ -316,11 +316,11 @@ |
317 | 317 | .articleFeedback-expertise-options input { |
318 | 318 | display: block; |
319 | 319 | clear: both; |
320 | | - margin: 0.5em 0 0.5em 2em; |
| 320 | + margin-left: 2em; |
321 | 321 | } |
322 | 322 | |
323 | 323 | .articleFeedback-expertise-options label { |
324 | | - line-height: 1.6em; |
| 324 | + line-height: 1.6em; |
325 | 325 | } |
326 | 326 | |
327 | 327 | .articleFeedback-expertise-options .articleFeedback-helpimprove-email { |