Subversion Repositories Applications.papyrus

Rev

Rev 1318 | Blame | Last modification | View Log | RSS feed

.sourcePane {
        width: 100%;
        height: 100%;
        padding: 0px;
        margin: 0px;
        overflow: hidden;
}

.sourcePane textarea{
        width: 100%;
        height: 100%;
        border: 0px;
        overflow: auto;
        padding: 0px;
        margin:0px;
}

* html .sourcePane {
        overflow: auto;
}