Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • dieudonne Friend
    #187839

    Hello,

    we use JA typo last version.
    But when we put code with JA Typo and Highlight, we can’t see all the line..

    It is very strange.

    What can we do to fix this ?

    Thank in advance.


    1. 2013-05-29_17h32_12
    Luna Garden Moderator
    #494576

    Hello,

    Please go to this file:
    templates/ja_university/css/typo.css
    and find these lines:

    pre, .code {
    background: url("../images/line-number.gif") no-repeat scroll left top #F7F7F9;
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    font: 1em/22px Monaco,Consolas,"Courier News",monospace !important;
    padding: 10px 15px 10px 50px !important;
    }

    change to:

    pre, .code {
    background: url("../images/line-number.gif") no-repeat scroll left top #F7F7F9;
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    font: 1em/22px Monaco,Consolas,"Courier News",monospace !important;
    padding: 10px 15px 10px 50px !important;
    white-space: pre-wrap;
    }

    dieudonne Friend
    #496151

    Hello,
    excellent. It is working very well.

    I suppose you’ll fix it into the next version ?

    Thank you.
    Regards.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  dieudonne 11 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum