Difference between revisions of "MediaWiki:Common.css"
(Created page with "→CSS placed here will be applied to all skins: .alert { border: 1px solid #666; }") |
|||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| − | .alert { border: 1px solid | + | .alert { |
| + | padding: .75rem 1.25rem; | ||
| + | margin-bottom: 1rem; | ||
| + | border: 1px solid transparent; | ||
| + | border-radius: .25rem; | ||
| + | } | ||
Revision as of 17:58, 25 April 2018
/* CSS placed here will be applied to all skins */
.alert {
padding: .75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: .25rem;
}