Difference between revisions of "MediaWiki:Common.css"
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| + | /* The syntax of the first radius allows one to four values */ | ||
| + | /* Radius is set for all 4 sides */ | ||
| + | border-radius: 8px; | ||
| + | border-radius: inherit; | ||
Revision as of 03:12, 30 October 2015
/* CSS placed here will be applied to all skins */ /* The syntax of the first radius allows one to four values */ /* Radius is set for all 4 sides */ border-radius: 8px; border-radius: inherit;