Jump to content

MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 59: Line 59:
pre {
pre {
     overflow: auto;
     overflow: auto;
     max-height: 50em;
     margin-right: 500px;
    height: expression(this.scrollHeight > 150 ? "500px" : "auto"); /* For IE */
    border: solid 0px #000000;
    background-color: transparent;
    padding: 10px;
    margin: 0px;
}
}