r61832 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61831‎ | r61832 | r61833 >
Date:23:36, 1 February 2010
Author:tparscal
Status:deferred
Tags:
Comment:
Fixes IE8 <br><p> double spacing.
Modified paths:
  • /trunk/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.html (modified) (history)

Diff [purge]

Index: trunk/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.html
@@ -3,6 +3,14 @@
44 <head>
55 <title>WikiEditor</title>
66 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 7+ <!--[if gte IE 8]>
 8+ <style>
 9+ /* IE8 ONLY - This is how we are fixing the double-height of BR tags when they follow a P tag */
 10+ br + p, br + div.wikiEditor-highlight + p {
 11+ margin-top: -1.5em;
 12+ }
 13+ </style>
 14+ <![endif]-->
715 <style>
816 body {
917 margin: 0;

Follow-up revisions

RevisionCommit summaryAuthorDate
r61833wmf-deployment: UsabilityInitiative_alpha: Merge r61832 from trunkcatrope23:44, 1 February 2010

Status & tagging log