MediaWiki:Common.css: Difference between revisions

From billsfield.org
Jump to navigationJump to search
(Created page with "→‎CSS placed here will be applied to all skins: #content { width: 50% }")
 
No edit summary
Line 3: Line 3:
#content
#content
{
{
   width: 50%
   width: 70%
}
}

Revision as of 12:55, 27 November 2023

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

#content
{
   width: 70%
}