MediaWiki:Common.css: Difference between revisions

From billsfield.org
Jump to navigationJump to search
No edit summary
No edit summary
Line 4: Line 4:
{
{
   width: 70%;
   width: 70%;
   border-style:solid;
   border-style: solid;
}
}

Revision as of 13:04, 27 November 2023

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

#content
{
   width: 70%;
   border-style: solid;
}