MediaWiki:Common.css: Difference between revisions

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
(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)
Line 1,069: Line 1,069:
/*Prevent wrapping under right floated elements*/
/*Prevent wrapping under right floated elements*/
pre{
pre{
overflow:auto
overflow:auto;
max-height:100px;
}
}