MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 8: | Line 8: | ||
div#contentSub.manual { | div#contentSub.manual { | ||
margin: -1em 0 1.4em 1em; | margin: -1em 0 1.4em 1em; | ||
} | |||
extimg img { | |||
max-width: 800px; | |||
} | } |
Revision as of 14:31, 24 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; } div#contentSub.manual { margin: -1em 0 1.4em 1em; } extimg img { max-width: 800px; }