Jump to content

MediaWiki:Common.css: Difference between revisions

From SchoolIdolWiki
m Protected "MediaWiki:Common.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
No edit summary
Line 4: Line 4:


width: 100%;
width: 100%;
border: 1px;
border-style: solid black 1px;
background: grey;
background: grey;


}
}

Revision as of 10:39, 10 April 2025

/* CSS placed here will be applied to all skins */

div.mainpage-category {

width: 100%;
border-style: solid black 1px;
background: grey;

}