Index: trunk/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.html |
— | — | @@ -3,6 +3,14 @@ |
4 | 4 | <head> |
5 | 5 | <title>WikiEditor</title> |
6 | 6 | <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]--> |
7 | 15 | <style> |
8 | 16 | body { |
9 | 17 | margin: 0; |