MediaWiki:Common.css: Difference between revisions
>RAP No edit summary |
>RAP 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 */ | ||
#all-reports { | #all-reports > li { | ||
border: 2px | border: 2px solid gray; | ||
border-radius: 5px; | |||
} | } | ||
Revision as of 10:51, 9 July 2023
/* CSS placed here will be applied to all skins */
#all-reports > li {
border: 2px solid gray;
border-radius: 5px;
}