MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Hrm, testing)
No edit summary
Line 1,071: Line 1,071:
overflow:auto;
overflow:auto;
}
}
/*Avoid overlong Action Replay codes, while preserving some full length pre's
/*Avoid overlong Action Replay codes, while preserving some full length pre's*/
h3 + pre, h4 + pre{
h3 ~ pre{
background: #f00;
max-height:100px;
}
pre ~ h3, pre ~ h4{
background: #0f0;
max-height:100px;
max-height:100px;
}
}

Navigation menu