MediaWiki:Vector.css: Difference between revisions

From Peters wiki
Jump to navigation Jump to search
Created page with "CSS placed here will affect users of the Vector skin: pre, .mw-code { line-height: 1.3em; background-color: #000000; }"
 
mNo edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */


pre, .mw-code {
pre {
         line-height: 1.3em;
         overflow: auto;
        background-color: #000000;
}
}

Revision as of 18:48, 6 December 2014

/* CSS placed here will affect users of the Vector skin */

pre {
        overflow: auto;
}