MediaWiki:Common.css: Difference between revisions
Appearance
Created page with "→CSS placed here will be applied to all skins: div.content {border: 2px solid yellow}" |
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 */ | ||
div.content {border: 2px solid yellow} | div.content { | ||
border: 2px solid yellow; | |||
padding:10px; | |||
margin-bottom:20px; | |||
} | |||