MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
span.kbkey { | span.kbkey { | ||
padding: 2px 3px 2px 3px; margin: 0px 1px 0px 1px; border: #000 1px solid; border-radius: 3px; background-color: #EEE; | padding: 2px 3px 2px 3px; margin: 0px 1px 0px 1px; border: #000 1px solid; border-radius: 3px; background-color: #EEE; white-space: nowrap; | ||
} | } |
Revision as of 05:14, 30 June 2020
/* CSS placed here will be applied to all skins */ span.kbkey { padding: 2px 3px 2px 3px; margin: 0px 1px 0px 1px; border: #000 1px solid; border-radius: 3px; background-color: #EEE; white-space: nowrap; } div#contentSub.manual { margin: -1em 0 1.4em 1em; } .extimg img { max-width: 800px; } .timg img { max-width: 100px; }