Ticket #6249: 6249.patch
File 6249.patch, 643 bytes (added by , 13 years ago) |
---|
-
contents.css
14 14 15 15 /* Remove the background color to make it transparent */ 16 16 background-color: #fff; 17 18 /* #6249: BIDI: IE First number/bullet in a Numbered/Bulleted 19 List getting clipped when going from LTR to RTL */ 20 padding-right: 10px; 17 21 } 18 22 19 23 html 20 24 { 21 25 /* #3658: [IE6] Editor document has horizontal scrollbar on long lines 22 26 To prevent this misbehavior, we show the scrollbar always */ 23 _overflow-y: scroll 27 _overflow-y: scroll; 24 28 } 25 29 26 30 img:-moz-broken