Difference between revisions of "MediaWiki:Monobook.css"

From Armagetron
 
(let's see if that prevents <pre> from widening the page :))
Line 1: Line 1:
 
/* edit this file to customize the monobook skin for the entire site */
 
/* edit this file to customize the monobook skin for the entire site */
 +
 +
pre {
 +
    overflow: auto;
 +
}

Revision as of 11:29, 10 June 2006

/* edit this file to customize the monobook skin for the entire site */

pre {
    overflow: auto;
}