Ticket #6249: 6249.patch

File 6249.patch, 643 bytes (added by Paweł Horzela, 14 years ago)

Patch

  • contents.css

     
    1414
    1515        /* Remove the background color to make it transparent */
    1616        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;
    1721}
    1822
    1923html
    2024{
    2125        /* #3658: [IE6] Editor document has horizontal scrollbar on long lines
    2226        To prevent this misbehavior, we show the scrollbar always */
    23         _overflow-y: scroll
     27        _overflow-y: scroll;
    2428}
    2529
    2630img:-moz-broken
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy