Interface administrators, moderator
2,756
edits
No edit summary |
(Update to syntax highlight style) |
||
Line 98: | Line 98: | ||
width: 321px; | width: 321px; | ||
height: 423px; | height: 423px; | ||
} | |||
/* CSS placed here will be applied to all skins */ | |||
.mw-highlight pre { | |||
font-size: 90%; | |||
font-family: "Courier New", monospace; | |||
border: 1px dashed; | |||
padding: 1px; | |||
margin: 1px; | |||
} | } |