MediaWiki:Common.css: Difference between revisions

Content added Content deleted
(Autoscroll all highlighted examples. (Has the odd side-effect of making examples not using the lang tag stand out, too...))
(100% also had the odd side-effect of force-widening the page.)
Line 566: Line 566:


.highlighted_source {
.highlighted_source {
width:100%;
width:95%;
overflow:scroll;
overflow:scroll;
}
}