MediaWiki: Common.css
Created page with "→CSS placed here will be applied to all skins: body.page-Main_Page li#ca-delete { display:none!important; }" |
No edit summary |
||
| (7 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* #ca-talk { display:none!important; } */ | |||
.nevo-main_table { | |||
width: 100%; | |||
border: 1px solid gray; | |||
border-radius: 10px; | |||
padding: 15px; | |||
} | |||
Latest revision as of 16:48, 12 September 2025
/* CSS placed here will be applied to all skins */
/* #ca-talk { display:none!important; } */
.nevo-main_table {
width: 100%;
border: 1px solid gray;
border-radius: 10px;
padding: 15px;
}