Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: pre { overflow: auto; }") |
|||
Line 3: | Line 3: | ||
pre { | pre { | ||
overflow: auto; | overflow: auto; | ||
+ | width: auto; | ||
} | } |
Revision as of 10:14, 19 December 2013
/* CSS placed here will be applied to all skins */
pre {
overflow: auto;
width: auto;
}