MediaWiki:Common.css: Difference between revisions
Appearance
	
	
| No edit summary | No edit summary | ||
| Line 9: | Line 9: | ||
| } | } | ||
| li { | |||
| display: inline; | display: inline; | ||
| } | } | ||
Revision as of 10:42, 10 April 2025
/* CSS placed here will be applied to all skins */
div.mainpage-category {
width: 100%;
border: solid black 1px;
background: white;
}
li {
display: inline;
}
