MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| 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: Lucida Console, monospace; | |||
font-size: 0.9em; | |||
padding: 7px; | |||
line-height: 1.2em; | |||
padding: 7px; | |||
white-space: pre; | |||
display: block; | |||
background-color: #F9F9F9; | |||
border:1px dashed #2F6FAB; | |||
} | } | ||
Revision as of 14:11, 2 March 2014
/* CSS placed here will be applied to all skins */
tt, code, pre {
font-family: Lucida Console, monospace;
font-size: 0.9em;
padding: 7px;
line-height: 1.2em;
padding: 7px;
white-space: pre;
display: block;
background-color: #F9F9F9;
border:1px dashed #2F6FAB;
}