MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
tt, code, pre { | tt, code, pre { | ||
font-family: | font-family: monospace, "Courier New" !important; | ||
padding: 7px; | padding: 7px; | ||
line-height: 1.2em; | line-height: 1.2em; | ||
Line 8: | Line 7: | ||
white-space: pre; | white-space: pre; | ||
display: block; | display: block; | ||
background-color: # | background-color: #e0e0e0; | ||
border:1px dashed #2F6FAB; | border:1px dashed #2F6FAB; | ||
} | } |
Latest revision as of 14:17, 2 March 2014
/* CSS placed here will be applied to all skins */ tt, code, pre { font-family: monospace, "Courier New" !important; padding: 7px; line-height: 1.2em; padding: 7px; white-space: pre; display: block; background-color: #e0e0e0; border:1px dashed #2F6FAB; }