MediaWiki:Common.css: Difference between revisions

no edit summary
(Okay, some cheat codes grown to enormous sizes (Mario Party 5, Mario Party 6), limiting their max-height through CSS until we can think of something better)
No edit summary
Line 1,070: Line 1,070:
pre{
pre{
overflow:auto;
overflow:auto;
}
/*Avoid overlong Action Replay codes, while preserving some full length pre's
h3 ~ pre{
max-height:100px;
max-height:100px;
}
}